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