Class UInt64Serializer
| MongoDB CSharp Driver API Reference (original) (raw)
Namespace
MongoDB.Bson.Serialization.Serializers
Assembly
MongoDB.Bson.dll
Represents a serializer for UInt64s.
[CLSCompliant(false)]
public sealed class UInt64Serializer : StructSerializerBase<ulong>, IBsonSerializer<ulong>, IBsonSerializer, IRepresentationConfigurable<UInt64Serializer>, IRepresentationConfigurable, IHasRepresentationSerializer, IRepresentationConverterConfigurable<UInt64Serializer>, IRepresentationConverterConfigurable
Inheritance
UInt64Serializer
Implements
Inherited Members
Extension Methods
Constructors
Initializes a new instance of the UInt64Serializer class.
Initializes a new instance of the UInt64Serializer class.
UInt64Serializer(BsonType, RepresentationConverter)
Initializes a new instance of the UInt64Serializer class.
Properties
Gets the converter.
Gets a cached instance of an UInt64Serializer;
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, ulong)
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.