ObjectSerializerInstance Property |
Gets the standard instance.
Namespace: MongoDB.Bson.Serialization.SerializersAssembly: MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.1.0
Syntax public static ObjectSerializer Instance { get; }
Public Shared ReadOnly Property Instance As ObjectSerializer
Get
static member Instance : ObjectSerializer with get
Property Value
Type:
ObjectSerializer
The standard instance.
See Also