TupleSerializer<T1> Class |
Namespace: MongoDB.Bson.Serialization.Serializers
The TupleSerializer< T1> type exposes the following members.
Name | Description | |
---|---|---|
![]() | TupleSerializer<T1>() |
Initializes a new instance of the TupleSerializer< T1> class.
|
![]() | TupleSerializer<T1>(IBsonSerializer<T1>) |
Initializes a new instance of the TupleSerializer< T1> class.
|
![]() | TupleSerializer<T1>(IBsonSerializerRegistry) |
Initializes a new instance of the TupleSerializer< T1> class.
|
Name | Description | |
---|---|---|
![]() | Item1Serializer |
Gets the Item1 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.) |