Click or drag to resize
CommandResultSerializerTCommandResultDeserialize Method
Deserializes a value.

Namespace: MongoDB.Driver
Assembly: MongoDB.Driver.Legacy (in MongoDB.Driver.Legacy.dll) Version: 2.4.1
Syntax
public override TCommandResult Deserialize(
	BsonDeserializationContext context,
	BsonDeserializationArgs args
)

Parameters

context
Type: MongoDB.Bson.SerializationBsonDeserializationContext
The deserialization context.
args
Type: MongoDB.Bson.SerializationBsonDeserializationArgs
The deserialization args.

Return Value

Type: TCommandResult
The value.

Implements

IBsonSerializerTValueDeserialize(BsonDeserializationContext, BsonDeserializationArgs)
See Also