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