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