-
Type: Improvement
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
Right now the BSONDecoder is a class (not interface) and actually parses the whole bson stream into objects.
Then callback just decides what to do with component.
It is desirable to be able to override the decoder too, for example to implement lazy objects.