deserializeBson.deserializeBson

Deserializes a BSON value into the destination variable.

The same types as for serializeToBson() are supported and handled inversely.

  1. void deserializeBson(T dst, Bson src)
  2. T deserializeBson(Bson src)
    template deserializeBson(T)
    T
    deserializeBson

See Also

serializeToBson

Meta