Set serialVersionUID
JS <[email protected]> Fri, 16 Oct 2009 13:09:34 -0700
| Newsgroups | gmane.comp.jakarta.bcel.user |
|---|---|
| Message-ID | <[email protected]> |
How would I set the serialVersionUID using BCEL? I'm using BCEL's ClassLoader, overriding modifyClass. I have it adding the Serializable interface successfully, but I also need to set the serialVersionUID for the class. How would I do so? Thanks!