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

ios - MKAnnotationView layer is not of expected type: MKLayer -

ZeroMQ on Windows, with Qt Creator -

unity3d - Unity SceneManager.LoadScene quits application -