Class BsonValueCSharpNullArraySerializer<TBsonValue>
- 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 class BsonValueCSharpNullArraySerializer<TBsonValue> : BsonValueCSharpNullSerializer<TBsonValue>, IBsonSerializer<TBsonValue>, IBsonArraySerializer, IBsonSerializer where TBsonValue : BsonValue
Type Parameters
TBsonValue
The type of the bson value.
- Inheritance
-
SerializerBase<TBsonValue>BsonValueCSharpNullSerializer<TBsonValue>BsonValueCSharpNullArraySerializer<TBsonValue>
- Implements
-
IBsonSerializer<TBsonValue>
- Inherited Members
- Extension Methods
Constructors
- BsonValueCSharpNullArraySerializer(IBsonSerializer<TBsonValue>)
Initializes a new instance of the BsonValueCSharpNullArraySerializer<TBsonValue> class.
Methods
- TryGetItemSerializationInfo(out BsonSerializationInfo)
Tries to get the serialization info for the individual items of the array.