Constructor JsonCommand
JsonCommand(string, IBsonSerializer<TResult>)
Initializes a new instance of the JsonCommand<TResult> class.
Parameters
json
stringThe json.
resultSerializer
IBsonSerializer <TResult>The result serializer.
Initializes a new instance of the JsonCommand<TResult> class.
json
stringThe json.
resultSerializer
IBsonThe result serializer.