Class SByteSerializer
| MongoDB CSharp Driver API Reference (original) (raw)
Namespace
MongoDB.Bson.Serialization.Serializers
Assembly
MongoDB.Bson.dll
Represents a serializer for SBytes.
[CLSCompliant(false)]
public sealed class SByteSerializer : StructSerializerBase<sbyte>, IBsonSerializer<sbyte>, IBsonSerializer, IRepresentationConfigurable<SByteSerializer>, IRepresentationConfigurable, IHasRepresentationSerializer
Inheritance
SByteSerializer
Implements
Inherited Members
Extension Methods
Constructors
Initializes a new instance of the SByteSerializer class.
Initializes a new instance of the SByteSerializer class.
Properties
Gets a cached instance of an SByteSerializer;
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, sbyte)
Serializes a value.
Returns a serializer that has been reconfigured with the specified representation.