Table of Contents

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 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.