Constructor Int64Serializer
| MongoDB CSharp Driver API Reference (original) (raw)
Table of Contents
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
BsonType
The representation.
Int64Serializer(BsonType, RepresentationConverter)
Initializes a new instance of the Int64Serializer class.
public Int64Serializer(BsonType representation, RepresentationConverter converter)
Parameters
representation
BsonType
The representation.
converter
RepresentationConverter
The converter.