Re: Immutable objects?

2004-10-27 Thread priyanjith
Hi I think u can serialize/deserialize immutable objects because java String objects are exsample for immutable objects. On Thu, 21 Oct 2004 09:59:42 -0400, Brian Jackson <[EMAIL PROTECTED]> wrote: > > > > Does anyone know how to serialize/deserialize immutable ob

Immutable objects?

2004-10-21 Thread Brian Jackson
Does anyone know how to serialize/deserialize immutable objects?  I’d prefer that the objects Axis deserializes not have setters.  Is that possible?   Brian

Immutable Objects?

2004-01-14 Thread Keith Hatton
This is not an Axis-specific question, but I hope others on the list may have encountered similar issues. I have a number of value objects defined in the section of my WSDL. Generally these have been designed to be immutable - i.e. all their properties are set in the constructor and the origin