Click or drag to resize

BsonSerializerDeserializeTNominalType Method (TextReader, ActionBsonDeserializationContextBuilder)

Deserializes an object from a JSON TextReader.

Namespace:  MongoDB.Bson.Serialization
Assembly:  MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.12.2+a4a3888f4fb51bb518b1eb5002effc2d47f2ea6a
Syntax
public static TNominalType Deserialize<TNominalType>(
	TextReader textReader,
	Action<BsonDeserializationContextBuilder> configurator = null
)

Parameters

textReader
Type: System.IOTextReader
The JSON TextReader.
configurator (Optional)
Type: SystemActionBsonDeserializationContextBuilder
The configurator.

Type Parameters

TNominalType
The nominal type of the object.

Return Value

Type: TNominalType
A deserialized value.
See Also