RE: Do I need a serializer ?

2002-01-14 Thread Andrew Simpson
Standard apache serializers will (de)serialize most of what you need. As well as basic types, you can even d/s arrays of beans, or beans which contain other beans. Attached is a deployment descriptor for a stateless session bean which returns arrays of beans, some sample beans, and some sample

RE: Do I need a serializer ?

2002-01-14 Thread Shashi Anand
Title: Do I need a serializer ? Apache comes with serializer/de-serializerfor Javabean and other datatypes so if you pass and receive whihc is not one of such datatypes then you do not need your custom one. Shashi Anand -Original Message-From: Jamie Tsao [mailto:[EMAIL