Class ByteArraySerializer
| MongoDB CSharp Driver API Reference (original) (raw)
Namespace
MongoDB.Bson.Serialization.Serializers
Assembly
MongoDB.Bson.dll
Represents a serializer for ByteArrays.
public sealed class ByteArraySerializer : SealedClassSerializerBase<byte[]>, IBsonSerializer<byte[]>, IBsonSerializer, IRepresentationConfigurable<ByteArraySerializer>, IRepresentationConfigurable, IHasRepresentationSerializer
Inheritance
ByteArraySerializer
Implements
Inherited Members
Extension Methods
Constructors
Initializes a new instance of the ByteArraySerializer class.
Initializes a new instance of the ByteArraySerializer class.
Properties
Gets a cached instance of a ByteArraySerializer.
Gets the representation.
Methods
DeserializeValue(BsonDeserializationContext, BsonDeserializationArgs)
Deserializes a value.
Determines whether the specified object is equal to the current object.
Serves as the default hash function.
SerializeValue(BsonSerializationContext, BsonSerializationArgs, byte[])
Serializes a value.
Returns a serializer that has been reconfigured with the specified representation.