TupleSerializer(T1) Class (original) (raw)

TupleSerializerT1 Class

Represents a serializer for a TupleT1.

Inheritance Hierarchy

Namespace: MongoDB.Bson.Serialization.Serializers
Assembly: MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.10.0+569905ff5e778c38ea19d9d0392496a83e1704ed

Syntax

public class TupleSerializer : SealedClassSerializerBase<Tuple>

Public Class TupleSerializer(Of T1) Inherits SealedClassSerializerBase(Of Tuple(Of T1))

type TupleSerializer<'T1> =
class inherit SealedClassSerializerBase<Tuple<'T1>> end

Type Parameters

T1

The type of item 1.

The TupleSerializerT1 type exposes the following members.

Constructors

Properties

Methods

Extension Methods

See Also

Reference