java - Store state of an object, but no serialization/externalization possible -


i aware need of serialization/deserialization. have complex object not serialized , don't have source code object, cant change implementation.

i want store state of object in db, either json or binary stream.

only options can think of: create proxy object fill fields using java reflection , serialize it.

any other suggestions welcome.

thanks in advance. suggestion appreciated.


Comments

Popular posts from this blog

ZeroMQ on Windows, with Qt Creator -

.net - Generate assembly with Roslyn -

batch file - filebot superstrict script: need tiny video sample or other solution -