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