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
BsonTypeThe representation.
Int16Serializer(BsonType, RepresentationConverter)
Initializes a new instance of the Int16Serializer class.
public Int16Serializer(BsonType representation, RepresentationConverter converter)
Parameters
representation
BsonTypeThe representation.
converter
RepresentationConverterThe converter.