Hi Carsten, Carsten Neumann wrote: > > Hi all, > > in addition to the documentation I also added two fields that were added > in 1.5 (TC_ENUM and SC_ENUM). > Please note that my copyright assignment is in snail mail, I'll ping > this message when the paper shuffling is finished. > > Thanks, > Carsten > > The Changelog is: > > 2006-04-07 Carsten Neumann <[EMAIL PROTECTED]> > > * java/io/ObjectStreamConstants.java: Documented fields. > (TC_ENUM): New field. > (SC_ENUM): New field. > (TC_MAX): Changed to reflect addition of TC_ENUM.
TC_ENUM and SC_ENUM were already added on the generics branch some days ago when enum serialization/deserialization was implemented. I don't know if the change to TC_MAX can cause problems with serialization on the trunk. Anybody knows ? Wolfgang
