Class BsonValueCSharpNullArraySerializer

| MongoDB CSharp Driver API Reference (original) (raw)

Namespace

MongoDB.Bson.Serialization.Serializers

Assembly

MongoDB.Bson.dll

Represents a serializer for a BsonValue that can round trip C# null and implements IBsonArraySerializer.

public sealed class BsonValueCSharpNullArraySerializer<TBsonValue> : BsonValueCSharpNullSerializer<TBsonValue>, IBsonSerializer<TBsonValue>, IBsonArraySerializer, IBsonSerializer where TBsonValue : BsonValue

Type Parameters

TBsonValue

The type of the bson value.

Inheritance

BsonValueCSharpNullArraySerializer

Implements

Inherited Members

Extension Methods

Constructors

BsonValueCSharpNullArraySerializer(IBsonSerializer)

Initializes a new instance of the BsonValueCSharpNullArraySerializer class.

Methods

TryGetItemSerializationInfo(out BsonSerializationInfo)

Tries to get the serialization info for the individual items of the array.