BsonValueCSharpNullSerializer(TBsonValue) Class (original) (raw)

BsonValueCSharpNullSerializerTBsonValue Class

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

Inheritance Hierarchy

Namespace: MongoDB.Bson.Serialization.Serializers
Assembly: MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.10.0+569905ff5e778c38ea19d9d0392496a83e1704ed

Syntax

public class BsonValueCSharpNullSerializer : SerializerBase where TBsonValue : BsonValue

Public Class BsonValueCSharpNullSerializer(Of TBsonValue As BsonValue) Inherits SerializerBase(Of TBsonValue)

type BsonValueCSharpNullSerializer<'TBsonValue when 'TBsonValue : BsonValue> =
class inherit SerializerBase<'TBsonValue> end

Type Parameters

TBsonValue

The type of the BsonValue.

The BsonValueCSharpNullSerializerTBsonValue type exposes the following members.

Constructors

Properties

Methods

Extension Methods

See Also

Reference