SerializerBase(TValue) Class (original) (raw)

SerializerBaseTValue Class

Represents an abstract base class for serializers.

Inheritance Hierarchy

SystemObject
MongoDB.Bson.Serialization.SerializersSerializerBaseTValue
More...

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

Syntax

public abstract class SerializerBase : IBsonSerializer, IBsonSerializer

Public MustInherit Class SerializerBase(Of TValue) Implements IBsonSerializer(Of TValue), IBsonSerializer

[] type SerializerBase<'TValue> =
class interface IBsonSerializer<'TValue> interface IBsonSerializer end

Type Parameters

TValue

The type of the value.

The SerializerBaseTValue type exposes the following members.

Constructors

Properties

| | Name | Description | | | ---------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------- | ---------------------------- | | Public property | ValueType | Gets the type of the values. |

Top

Methods

Extension Methods

See Also

Reference

Inheritance Hierarchy