TupleSerializer(T1, T2) Class (original) (raw)
TupleSerializerT1, T2 Class
Inheritance Hierarchy
Namespace: MongoDB.Bson.Serialization.Serializers
Assembly: MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.10.0+569905ff5e778c38ea19d9d0392496a83e1704ed
Syntax
public class TupleSerializer<T1, T2> : SealedClassSerializerBase<Tuple<T1, T2>>
Public Class TupleSerializer(Of T1, T2) Inherits SealedClassSerializerBase(Of Tuple(Of T1, T2))
type TupleSerializer<'T1, 'T2> =
class
inherit SealedClassSerializerBase<Tuple<'T1, 'T2>>
end
Type Parameters
T1
The type of item 1.
T2
The type of item 2.
The TupleSerializerT1, T2 type exposes the following members.
Constructors
Properties
Methods
Extension Methods
See Also