[This is preliminary documentation and is subject to change.]
The SerializationFormat type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| MajorVersion |
The major version of the serialization format. Different major versions may not be compatible with each other.
| |
| MinorVersion |
The minor version of the serialization format. An implementation of a particular major and minor version must support
backwards compatibility with all serializers of the same major version and earlier minor versions.
|
See Also