Click or drag to resize

ValueTupleSerializerT1, T2, T3, T4, T5 Class

Inheritance Hierarchy
SystemObject
  MongoDB.Bson.Serialization.SerializersSerializerBaseValueTupleT1, T2, T3, T4, T5
    MongoDB.Bson.Serialization.SerializersStructSerializerBaseValueTupleT1, T2, T3, T4, T5
      MongoDB.Bson.Serialization.SerializersValueTupleSerializerT1, T2, T3, T4, T5

Namespace:  MongoDB.Bson.Serialization.Serializers
Assembly:  MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.19.1+3a2a09dd959482f665ffbb5df2557ec541597af4
Syntax
public sealed class ValueTupleSerializer<T1, T2, T3, T4, T5> : StructSerializerBase<(T1 , T2 , T3 , T4 , T5 )>, 
	IBsonTupleSerializer

Type Parameters

T1
The type of item 1.
T2
The type of item 2.
T3
The type of item 3.
T4
The type of item 4.
T5
The type of item 5.

The ValueTupleSerializerT1, T2, T3, T4, T5 type exposes the following members.

Constructors
  NameDescription
Public methodValueTupleSerializerT1, T2, T3, T4, T5
Initializes a new instance of the ValueTupleSerializerT1, T2, T3, T4, T5 class.
Public methodValueTupleSerializerT1, T2, T3, T4, T5(IBsonSerializerRegistry)
Initializes a new instance of the ValueTupleSerializerT1, T2, T3, T4, T5 class.
Public methodValueTupleSerializerT1, T2, T3, T4, T5(IBsonSerializerT1, IBsonSerializerT2, IBsonSerializerT3, IBsonSerializerT4, IBsonSerializerT5)
Initializes a new instance of the ValueTupleSerializerT1, T2, T3, T4, T5 class.
Top
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 SerializerBaseTValue.)
Top
Methods
Extension Methods
  NameDescription
Public Extension MethodToBson
Serializes an object to a BSON byte array.
(Defined by BsonExtensionMethods.)
Public Extension MethodToBsonDocument
Serializes an object to a BsonDocument.
(Defined by BsonExtensionMethods.)
Public Extension MethodToJson
Serializes an object to a JSON string.
(Defined by BsonExtensionMethods.)
Top
See Also