> > Change in binary layout means (unless your type implements > readObject/writeObject methods, that has own rules) any change in the > declaration of (inherited) members: > - change of type > - different declaration sequence (!) > - change of transient mode > or any change in the type inheritance (excluding interfaces). > > Changes regarding methods or ctors are opaque to the binary layout. > > - Jörg > Thanks Jörg, that's crystal clear, now! Sébastien
--------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org