Namespace: Assorted.Utils.Serialization
Assembly: Assorted.Utils (Assorted.Utils.dll) version 1.1.0.0
Represents an object that can serialize/deserialize other objects.
public interface ISerializer
Method | Description |
---|---|
Deserialize<T>(Stream) | Deserializes an object from a stream. |
Deserialize<T>(string) | Deserializes an object serialized as a string into an instance of that object. |
Serialize<T>(T) | Serializes an object as a string. |
Serialize<T>(T, Stream) | Serializes an object into a stream. |
This document is generated by DG.