Table of Contents

Constructor Int16Serializer

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

Int16Serializer()

Initializes a new instance of the Int16Serializer class.

public Int16Serializer()

Int16Serializer(BsonType)

Initializes a new instance of the Int16Serializer class.

public Int16Serializer(BsonType representation)

Parameters

representation BsonType

The representation.

Int16Serializer(BsonType, RepresentationConverter)

Initializes a new instance of the Int16Serializer class.

public Int16Serializer(BsonType representation, RepresentationConverter converter)

Parameters

representation BsonType

The representation.

converter RepresentationConverter

The converter.