Class BaseWrapper
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.
protected BaseWrapper(object wrapped)
Parameters
wrapped
objectThe wrapped object.
BaseWrapper(Type, object)
Initializes a new instance of the BaseWrapper class.
protected BaseWrapper(Type nominalType, object wrapped)
Parameters
Methods
SerializeWrappedObject(BsonSerializationContext)
Serializes the wrapped value.
protected void SerializeWrappedObject(BsonSerializationContext context)
Parameters
context
BsonSerializationContextThe context.