Skip to content
This repository has been archived by the owner on Mar 27, 2024. It is now read-only.

LazyQueryContainer fetch full data on serialization #92

Open
spacecenter opened this issue May 24, 2016 · 0 comments
Open

LazyQueryContainer fetch full data on serialization #92

spacecenter opened this issue May 24, 2016 · 0 comments

Comments

@spacecenter
Copy link

When LazyQueryContainer is serialize, and enabled -Dsun.io.serialization.extendedDebugInfo=true, it start fetch all data from db.
The reason in toString method of class AbstractList. When extendedDebugInfo enabled serializer add string information about object to log.
Unfortunately LazyIdList is final so method toString can't be overrided.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant