Table of Contents

Class BsonValueCSharpNullDocumentSerializer<TBsonValue>

Namespace
MongoDB.Bson.Serialization.Serializers
Assembly
MongoDB.Bson.dll

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

public class BsonValueCSharpNullDocumentSerializer<TBsonValue> : BsonValueCSharpNullSerializer<TBsonValue>, IBsonSerializer<TBsonValue>, IBsonDocumentSerializer, IBsonSerializer where TBsonValue : BsonValue

Type Parameters

TBsonValue

The type of the bson value.

Inheritance
SerializerBase<TBsonValue>
BsonValueCSharpNullDocumentSerializer<TBsonValue>
Implements
IBsonSerializer<TBsonValue>
Inherited Members
Extension Methods

Constructors

BsonValueCSharpNullDocumentSerializer(IBsonSerializer<TBsonValue>)

Initializes a new instance of the BsonValueCSharpNullDocumentSerializer<TBsonValue> class.

Methods

TryGetMemberSerializationInfo(string, out BsonSerializationInfo)

Tries to get the serialization info for a member.