Click or drag to resize

Decimal128Serializer Constructor (BsonType, RepresentationConverter)

Initializes a new instance of the Decimal128Serializer class.

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

Parameters

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