Click or drag to resize
BsonSerializerDeserializeTNominalType Method (Byte, ActionBsonDeserializationContextBuilder)
Deserializes an object from a BSON byte array.

Namespace: MongoDB.Bson.Serialization
Assembly: MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.0.1
Syntax
public static TNominalType Deserialize<TNominalType>(
	byte[] bytes,
	Action<BsonDeserializationContextBuilder> configurator = null
)

Parameters

bytes
Type: SystemByte
The BSON byte array.
configurator (Optional)
Type: SystemActionBsonDeserializationContextBuilder
The configurator.

Type Parameters

TNominalType
The nominal type of the object.

Return Value

Type: TNominalType
A deserialized value.
See Also