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! --------------------------------------------------------------------- To unsubscribe, e-mail: bcel-user-unsubscr...@jakarta.apache.org For additional commands, e-mail: bcel-user-h...@jakarta.apache.org