Click or drag to resize

ISerializationConverterTSource, TTarget Methods

The ISerializationConverterTSource, TTarget type exposes the following members.

Methods
 NameDescription
Public methodDeserialize Deserializes from a given stream into an object.
Public methodReadSerializationVersion Reads the version from the source. The version can be used to determine a match with a suitable converter.
Public methodSerialize Serializes a given object into a stream.
Top
See Also