Click or drag to resize

TupleSerializerT1, T2, T3, T4, T5, T6, T7, TRest Class

Inheritance Hierarchy
SystemObject
  MongoDB.Bson.Serialization.SerializersSerializerBaseTupleT1, T2, T3, T4, T5, T6, T7, TRest
    MongoDB.Bson.Serialization.SerializersSealedClassSerializerBaseTupleT1, T2, T3, T4, T5, T6, T7, TRest
      MongoDB.Bson.Serialization.SerializersTupleSerializerT1, T2, T3, T4, T5, T6, T7, TRest

Namespace:  MongoDB.Bson.Serialization.Serializers
Assembly:  MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.9.0+32b058abcdf2c7e8d9dd3a676d207b31897eee2e
Syntax
public class TupleSerializer<T1, T2, T3, T4, T5, T6, T7, TRest> : SealedClassSerializerBase<Tuple<T1, T2, T3, T4, T5, T6, T7, TRest>>

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.
T7
The type of item 7.
TRest
The type of the rest item.

The TupleSerializerT1, T2, T3, T4, T5, T6, T7, TRest type exposes the following members.

Constructors
  NameDescription
Public methodTupleSerializerT1, T2, T3, T4, T5, T6, T7, TRest
Initializes a new instance of the TupleSerializerT1, T2, T3, T4, T5, T6, T7, TRest class.
Public methodTupleSerializerT1, T2, T3, T4, T5, T6, T7, TRest(IBsonSerializerRegistry)
Initializes a new instance of the TupleSerializerT1, T2, T3, T4, T5, T6, T7, TRest class.
Public methodTupleSerializerT1, T2, T3, T4, T5, T6, T7, TRest(IBsonSerializerT1, IBsonSerializerT2, IBsonSerializerT3, IBsonSerializerT4, IBsonSerializerT5, IBsonSerializerT6, IBsonSerializerT7, IBsonSerializerTRest)
Initializes a new instance of the TupleSerializerT1, T2, T3, T4, T5, T6, T7, TRest 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 propertyItem6Serializer
Gets the Item6 serializer.
Public propertyItem7Serializer
Gets the Item7 serializer.
Public propertyRestSerializer
Gets the Rest serializer.
Public propertyValueType
Gets the type of the values.
(Inherited from SerializerBaseTValue.)
Top
Methods
  NameDescription
Protected methodCreateCannotBeDeserializedException
Creates an exception to throw when a type cannot be deserialized.
(Inherited from SerializerBaseTValue.)
Protected methodCreateCannotBeSerializedException
Creates an exception to throw when a type cannot be deserialized.
(Inherited from SerializerBaseTValue.)
Protected methodCreateCannotDeserializeFromBsonTypeException
Creates an exception to throw when a type cannot be deserialized from a BsonType.
(Inherited from SerializerBaseTValue.)
Public methodDeserialize
Deserializes a value.
(Inherited from SealedClassSerializerBaseTValue.)
Protected methodDeserializeValue
Deserializes the value.
(Overrides SealedClassSerializerBaseTValueDeserializeValue(BsonDeserializationContext, BsonDeserializationArgs).)
Protected methodEnsureBsonTypeEquals
Ensures that the BsonType equals the expected type.
(Inherited from SerializerBaseTValue.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSerialize
Serializes a value.
(Inherited from SealedClassSerializerBaseTValue.)
Protected methodSerializeValue
Serializes the value.
(Overrides SealedClassSerializerBaseTValueSerializeValue(BsonSerializationContext, BsonSerializationArgs, TValue).)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
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