Constructor Decimal128Serializer
- Namespace
- MongoDB.Bson.Serialization.Serializers
- Assembly
- MongoDB.Bson.dll
Decimal128Serializer()
Initializes a new instance of the Decimal128Serializer class.
public Decimal128Serializer()
Decimal128Serializer(BsonType)
Initializes a new instance of the Decimal128Serializer class.
public Decimal128Serializer(BsonType representation)
Parameters
representation
BsonTypeThe representation.
Decimal128Serializer(BsonType, RepresentationConverter)
Initializes a new instance of the Decimal128Serializer class.
public Decimal128Serializer(BsonType representation, RepresentationConverter converter)
Parameters
representation
BsonTypeThe representation.
converter
RepresentationConverterThe converter.