Click or drag to resize

TupleSerializer<T1, T2, T3, T4, T5> Properties

The TupleSerializer<T1, T2, T3, T4, T5> generic type exposes the following members.

Properties
  NameDescription
Public propertyItem1Serializer
Gets the Item1 serializer.
Public propertyItem2Serializer
Gets the Item2 serializer.
Public propertyItem3Serializer
Gets the Item3 serializer.
Public propertyItem4Serializer
Gets the Item4 serializer.
Public propertyItem5Serializer
Gets the Item5 serializer.
Public propertyValueType
Gets the type of the values.
(Inherited from SerializerBase<TValue>.)
Top
See Also