1 Reply Latest reply on Jan 12, 2005 11:25 AM by chiba

    Can javassist make a CtClass from a serialized object?

    rezahay

      I'm sorry if this question has already been asked. I need at runtime to serialize a running object (I have to keep the state of the object) and make a CtClass from the serialized object and make some changes to it and load the new modified class.

      Is this possible with javassist?

      Thanks in advance