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