Table of Contents

Class StructSerializerBase<TValue>

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

Represents an abstract base class for struct serializers.

public abstract class StructSerializerBase<TValue> : SerializerBase<TValue>, IBsonSerializer<TValue>, IBsonSerializer where TValue : struct

Type Parameters

TValue

The type of the value.

Inheritance
StructSerializerBase<TValue>
Implements
Derived
Inherited Members
Extension Methods