On 10/30/07, Thomas Hawtin <[EMAIL PROTECTED]> wrote: > > Not a direct answer, but there is one place in the JDK where this is > done. Deserialisation requires calling the no-arg constructor of the > most derived, non-Serializable class. Obviously you can't do this with > the public reflection API or verifiable bytecode. So that would be a > good place to start looking.
I missed your answer at first, sorry. I'll look into this, thanks! Nuno Cruces
