ISerialization |
public interface ISerializationConverter<in TSource, out TTarget>
The ISerializationConverterTSource, TTarget type exposes the following members.
Name | Description | |
---|---|---|
![]() | SerializationLabel | Short description of the serialized item. |
![]() | SerializationType | Type of the serialization. This could be used as the identifier of the concrete implementation. |
![]() | SerializationVersion | Version of the serialization. This could be used as the identifier of the concrete implementation. |
Name | Description | |
---|---|---|
![]() | Deserialize | Deserializes from a given stream into an object. |
![]() | ReadSerializationVersion | Reads the version from the source. The version can be used to determine a match with a suitable converter. |
![]() | Serialize | Serializes a given object into a stream. |