[This is preliminary documentation and is subject to change.]
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.
Namespace: Microsoft.Research.Naiad.Serialization
Assembly: Microsoft.Research.Naiad (in Microsoft.Research.Naiad.dll) Version: 0.5.0.0 (0.5.0.0)
Syntax
C#
NaiadSerialization<TElement> GetSerializationForMinorVersion<TElement>( int minorVersion )
Parameters
- minorVersion
- Type: SystemInt32
The minor version of the serialization format to use.
Type Parameters
- TElement
- The type of elements to be serialized and/or deserialized.
Return Value
Type: NaiadSerializationTElementA serializer and deserializer.
See Also