Table of Contents

Class FilesDataService.Serializer

Namespace
Alternet.Common
Assembly
Alternet.Common.v10.dll

A utility class is used to serialize and deserialize file data into the XML document.

public static class FilesDataService.Serializer
Inheritance
FilesDataService.Serializer

Methods

Deserialize(Stream)

Deserializes file data from the specified stream.

Serialize(FilesData, Stream)

Serializes given FilesData and writes an XML document to a specified stream.