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