Click or drag to resize
BsonSerializerDeserializeTNominalType Method (String, ActionBsonDeserializationContextBuilder)
Deserializes an object from a JSON string.

Namespace: MongoDB.Bson.Serialization
Assembly: MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.3.0
Syntax
public static TNominalType Deserialize<TNominalType>(
	string json,
	Action<BsonDeserializationContextBuilder> configurator = null
)

Parameters

json
Type: SystemString
The JSON string.
configurator (Optional)
Type: SystemActionBsonDeserializationContextBuilder
The configurator.

Type Parameters

TNominalType
The nominal type of the object.

Return Value

Type: TNominalType
A deserialized value.
See Also