[This is preliminary documentation and is subject to change.]
The SerializationFormat type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| GetSerializationForMinorVersionTElement |
Returns a serializer and deserializer for a particular element type, using a specific
minor version of the serialization format.
N.B. The minor version must be less than or equal to the MinorVersion of
this object.
| |
| GetSerializerTElement |
Returns a serializer and deserializer for a particular element type.
| |
| RegisterCustomSerializationTElement, TSerializer |
Registers the methods of TSerializer type as custom serialization and deserialization methods
for elements of type TElement.
|
See Also