TupleSerializer<T1, T2, T3, T4> Class |
Namespace: MongoDB.Bson.Serialization.Serializers
public class TupleSerializer<T1, T2, T3, T4> : SealedClassSerializerBase<Tuple<T1, T2, T3, T4>>
The TupleSerializer< T1, T2, T3, T4> type exposes the following members.
Name | Description | |
---|---|---|
![]() | TupleSerializer<T1, T2, T3, T4>() |
Initializes a new instance of the TupleSerializer< T1, T2, T3, T4> class.
|
![]() | TupleSerializer<T1, T2, T3, T4>(IBsonSerializerRegistry) |
Initializes a new instance of the TupleSerializer< T1, T2, T3, T4> class.
|
![]() | TupleSerializer<T1, T2, T3, T4>(IBsonSerializer<T1>, IBsonSerializer<T2>, IBsonSerializer<T3>, IBsonSerializer<T4>) |
Initializes a new instance of the TupleSerializer< T1, T2, T3, T4> class.
|
Name | Description | |
---|---|---|
![]() | Item1Serializer |
Gets the Item1 serializer.
|
![]() | Item2Serializer |
Gets the Item2 serializer.
|
![]() | Item3Serializer |
Gets the Item3 serializer.
|
![]() | Item4Serializer |
Gets the Item4 serializer.
|
![]() | ValueType |
Gets the type of the values.
(Inherited from SerializerBase<TValue>.) |
Name | Description | |
---|---|---|
![]() | ToBson |
Serializes an object to a BSON byte array.
(Defined by BsonExtensionMethods.) |
![]() | ToBsonDocument |
Serializes an object to a BsonDocument.
(Defined by BsonExtensionMethods.) |
![]() | ToJson |
Serializes an object to a JSON string.
(Defined by BsonExtensionMethods.) |