You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by KW...@wildfire.com on 2002/04/30 18:37:33 UTC

Beta2 bean serialization: turn off inclusion of public fields?

I'm using public fields as enums, and don't want them serialized.
In fact they are final, so they can't be de-serialized.
More generally, can I control which parts of beans get serialized?
Thanks in advance.