Class Int64Serializer
| MongoDB CSharp Driver API Reference (original) (raw)
Namespace
MongoDB.Bson.Serialization.Serializers
Assembly
MongoDB.Bson.dll
Represents a serializer for Int64s.
public sealed class Int64Serializer : StructSerializerBase<long>, IBsonSerializer<long>, IBsonSerializer, IRepresentationConfigurable<Int64Serializer>, IRepresentationConfigurable, IHasRepresentationSerializer, IRepresentationConverterConfigurable<Int64Serializer>, IRepresentationConverterConfigurable
Inheritance
Int64Serializer
Implements
Inherited Members
Extension Methods
Constructors
Initializes a new instance of the Int64Serializer class.
Initializes a new instance of the Int64Serializer class.
Int64Serializer(BsonType, RepresentationConverter)
Initializes a new instance of the Int64Serializer class.
Properties
Gets the converter.
Gets a cached instance of an Int64Serializer;
Gets the representation.
Methods
Deserialize(BsonDeserializationContext, BsonDeserializationArgs)
Deserializes a value.
Determines whether the specified object is equal to the current object.
Serves as the default hash function.
Serialize(BsonSerializationContext, BsonSerializationArgs, long)
Serializes a value.
WithConverter(RepresentationConverter)
Returns a serializer that has been reconfigured with the specified item serializer.
Returns a serializer that has been reconfigured with the specified representation.