Constructor UInt64Serializer

| MongoDB CSharp Driver API Reference (original) (raw)

Namespace

MongoDB.Bson.Serialization.Serializers

Assembly

MongoDB.Bson.dll

UInt64Serializer()

Initializes a new instance of the UInt64Serializer class.

public UInt64Serializer()

UInt64Serializer(BsonType)

Initializes a new instance of the UInt64Serializer class.

public UInt64Serializer(BsonType representation)

Parameters

representation BsonType

The representation.

UInt64Serializer(BsonType, RepresentationConverter)

Initializes a new instance of the UInt64Serializer class.

public UInt64Serializer(BsonType representation, RepresentationConverter converter)

Parameters

representation BsonType

The representation.

converter RepresentationConverter

The converter.