Currently, jarg will remove serialization methods (like MyClass#readObject(Ljava/io/ObjectInputStream;)V). Jarg should not remove readObject/writeObject if a class implements the Serializable class.
Logged In: YES user_id=678653
(i meant java.io.Serializable interface, not class of course).
I forgot to mention...
This also applies to any default constructor in a class that implements the Serializable interface.
Log in to post a comment.
Logged In: YES
user_id=678653
(i meant java.io.Serializable interface, not class of course).
I forgot to mention...
This also applies to any default constructor in a class that implements the Serializable interface.