Constructor UInt64Serializer
- Namespace
- MongoDB.Bson.Serialization.Serializers
- Assembly
- MongoDB.Bson.dll
UInt64Serializer()
Initializes a new instance of the UInt64Serializer class.
public UInt64Serializer()
UInt64Serializer(BsonType)
Initializes a new instance of the UInt64Serializer class.
public UInt64Serializer(BsonType representation)
Parameters
representation
BsonTypeThe representation.
UInt64Serializer(BsonType, RepresentationConverter)
Initializes a new instance of the UInt64Serializer class.
public UInt64Serializer(BsonType representation, RepresentationConverter converter)
Parameters
representation
BsonTypeThe representation.
converter
RepresentationConverterThe converter.