Click or drag to resize

BsonSerializerDeserializeTNominalType Method (IBsonReader, ActionBsonDeserializationContextBuilder)

Deserializes a value.

Namespace:  MongoDB.Bson.Serialization
Assembly:  MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.18.0+554c799eb1ec8dd732f16c739387f6664df1ba7a
Syntax
public static TNominalType Deserialize<TNominalType>(
	IBsonReader bsonReader,
	Action<BsonDeserializationContextBuilder> configurator = null
)

Parameters

bsonReader
Type: MongoDB.Bson.IOIBsonReader
The BsonReader.
configurator (Optional)
Type: SystemActionBsonDeserializationContextBuilder
The configurator.

Type Parameters

TNominalType
The nominal type of the object.

Return Value

Type: TNominalType
A deserialized value.
See Also