Table of Contents

Constructor UInt16Serializer

Namespace
MongoDB.Bson.Serialization.Serializers
Assembly
MongoDB.Bson.dll

UInt16Serializer()

Initializes a new instance of the UInt16Serializer class.

public UInt16Serializer()

UInt16Serializer(BsonType)

Initializes a new instance of the UInt16Serializer class.

public UInt16Serializer(BsonType representation)

Parameters

representation BsonType

The representation.

UInt16Serializer(BsonType, RepresentationConverter)

Initializes a new instance of the UInt16Serializer class.

public UInt16Serializer(BsonType representation, RepresentationConverter converter)

Parameters

representation BsonType

The representation.

converter RepresentationConverter

The converter.