ISerializer Interface |
Namespace: Crosser.Common.Utilities.Serialization
public interface ISerializer
The ISerializer type exposes the following members.
Name | Description | |
---|---|---|
Deserialize(Byte, Type) | ||
Deserialize(Object, Type) |
Deserialize from object to Type
| |
DeserializeTTarget(Byte) | ||
DeserializeTTarget(Object) | ||
DeserializeFromString | ||
Serialize(Object) |
Serialize your object o into the target format of your serializer
| |
Serialize(Object, Type) |
Serialize your object o of type t into the target format of your serializer
| |
SerializeTSource(TSource) |