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