Table of Contents

Class BaseWrapper

Namespace
MongoDB.Driver.Wrappers
Assembly
MongoDB.Driver.Legacy.dll

Abstract base class for wrapper classes.

[BsonSerializer(typeof(BaseWrapper.Serializer))]
public abstract class BaseWrapper
Inheritance
BaseWrapper
Derived
Inherited Members
Extension Methods

Constructors

BaseWrapper(object)

Initializes a new instance of the BaseWrapper class.

BaseWrapper(Type, object)

Initializes a new instance of the BaseWrapper class.

Methods

SerializeWrappedObject(BsonSerializationContext)

Serializes the wrapped value.