| BaseWrapperSerializeWrappedObject Method  | 
 
            Serializes the wrapped value.
            
 
    Namespace: 
   MongoDB.Driver.Wrappers
    Assembly:
   MongoDB.Driver.Legacy (in MongoDB.Driver.Legacy.dll) Version: 2.11.0+cb27a82ea70620ad1acad8058809be8302ae4f2a
 Syntax
Syntaxprotected void SerializeWrappedObject(
	BsonSerializationContext context
)
Protected Sub SerializeWrappedObject ( 
	context As BsonSerializationContext
)
member SerializeWrappedObject : 
        context : BsonSerializationContext -> unit 
Parameters
- context
- Type: MongoDB.Bson.SerializationBsonSerializationContext
 The context.
 See Also
See Also