The LazyWriteableDBObject class is dangerous as it violates the contract of it's superclass. If you attempt to encode a LazyWriteableDBObject with the LazyDBObjectEncoder, any modifications that were made to the LazyWriteableDBObject will be ignored.
For this reason we will deprecate the class and remove it in 3.0.
- depends on
-
JAVA-1536 Deprecate LazyWriteableDBObject and related classes
- Closed