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.9.0+32b058abcdf2c7e8d9dd3a676d207b31897eee2e
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