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)
    template deserializeBson(T)
    void
    deserializeBson
    (
    ref T dst
    ,)
  2. T deserializeBson(Bson src)

See Also

serializeToBson

Meta