Constructor Decimal128Serializer

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

Namespace

MongoDB.Bson.Serialization.Serializers

Assembly

MongoDB.Bson.dll

Decimal128Serializer()

public Decimal128Serializer()

Decimal128Serializer(BsonType)

public Decimal128Serializer(BsonType representation)

Parameters

representation BsonType

The representation.

Decimal128Serializer(BsonType, RepresentationConverter)

public Decimal128Serializer(BsonType representation, RepresentationConverter converter)

Parameters

representation BsonType

The representation.

converter RepresentationConverter

The converter.