Constructor DecimalSerializer
| MongoDB CSharp Driver API Reference (original) (raw)
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
BsonType
The representation.
DecimalSerializer(BsonType, RepresentationConverter)
Initializes a new instance of the DecimalSerializer class.
public DecimalSerializer(BsonType representation, RepresentationConverter converter)
Parameters
representation
BsonType
The representation.
converter
RepresentationConverter
The converter.