Jeff Yemin commented on New Feature OGM-167

There is a decoder in 2.8.0 of the Java driver called com.mongodb.LazyDBDecoder that just saves the BSON for the document in a byte array wrapped by org.bson.LazyBSONObject, for on demand decoding. You can then iterate through the fields by casting to org.bson.LazyBSONObject and using the method org.bson.LazyBSONObject#entrySet.

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira