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