Click or drag to resize

DoubleSerializer Constructor (BsonType, RepresentationConverter)

Initializes a new instance of the DoubleSerializer class.

Namespace:  MongoDB.Bson.Serialization.Serializers
Assembly:  MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.12.2+a4a3888f4fb51bb518b1eb5002effc2d47f2ea6a
Syntax
public DoubleSerializer(
	BsonType representation,
	RepresentationConverter converter
)

Parameters

representation
Type: MongoDB.BsonBsonType
The representation.
converter
Type: MongoDB.Bson.Serialization.OptionsRepresentationConverter
The converter.
See Also