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