TupleSerializer(T1, T2, T3, T4, T5, T6) Class (original) (raw)
TupleSerializerT1, T2, T3, T4, T5, T6 Class
Inheritance Hierarchy
SystemObject
MongoDB.Bson.Serialization.SerializersSerializerBaseTupleT1, T2, T3, T4, T5, T6
MongoDB.Bson.Serialization.SerializersSealedClassSerializerBaseTupleT1, T2, T3, T4, T5, T6
MongoDB.Bson.Serialization.SerializersTupleSerializerT1, T2, T3, T4, T5, T6
Namespace: MongoDB.Bson.Serialization.Serializers
Assembly: MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.10.0+569905ff5e778c38ea19d9d0392496a83e1704ed
Syntax
public class TupleSerializer<T1, T2, T3, T4, T5, T6> : SealedClassSerializerBase<Tuple<T1, T2, T3, T4, T5, T6>>
Public Class TupleSerializer(Of T1, T2, T3, T4, T5, T6) Inherits SealedClassSerializerBase(Of Tuple(Of T1, T2, T3, T4, T5, T6))
type TupleSerializer<'T1, 'T2, 'T3, 'T4, 'T5, 'T6> =
class
inherit SealedClassSerializerBase<Tuple<'T1, 'T2, 'T3, 'T4, 'T5, 'T6>>
end
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.
T6
The type of item 6.
The TupleSerializerT1, T2, T3, T4, T5, T6 type exposes the following members.
Constructors
| | Name | Description | |
| ---------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------ |
| | TupleSerializerT1, T2, T3, T4, T5, T6 | Initializes a new instance of the TupleSerializerT1, T2, T3, T4, T5, T6 class. |
|
| TupleSerializerT1, T2, T3, T4, T5, T6(IBsonSerializerRegistry) | Initializes a new instance of the TupleSerializerT1, T2, T3, T4, T5, T6 class. |
|
| TupleSerializerT1, T2, T3, T4, T5, T6(IBsonSerializerT1, IBsonSerializerT2, IBsonSerializerT3, IBsonSerializerT4, IBsonSerializerT5, IBsonSerializerT6) | Initializes a new instance of the TupleSerializerT1, T2, T3, T4, T5, T6 class. |
Properties
Methods
Extension Methods
See Also