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 Jinghua Gu <eg...@cisco.com> on 2002/08/06 02:11:20 UTC

any examples of deserializing array of Java Beans

Hi All,

   I have successfully serialized array of Java Beans into a XML file
but have no luck to de-serialize it. I just want to de-serialize it on the
server side. Any examples? In this case, do I need to de-serialize
array first, then Java Beans?

Thx,
Emily