If you use the get/set javabean concept, it's easy to move objects using the BeanSerializer class that comes with Apache. We move very complex object graphs without any trouble -- just register each class type and associate it with the BeanSerializer.
David ----- Original Message ----- From: "Phillip Urrea" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, October 17, 2001 3:38 AM Subject: RE: How to send and receive objects as request and response . > Does anyone know of an available general ObjectSerializer to serialize > and deserialize object parameters? I've tried Hermit but it isn't > working for me. > Thanks.
