RE: Axis can deserialize custom array?
edployed after making the changes . But > did you restart > tomcat after you changed the signature of the class > ? > > Vidyanand. > > -Original Message- > From: David payam > Sent: Sat 12/14/2002 6:19 PM > To: [EMAIL PROTECTED] >
Axis can deserialize custom array?
hi: I changed the sample code of Encoding, and added another class(DataNew) to the class(Data). It works fine - can serialize and deserialize correctly. Class A{ Class B; } But after I changed the class(DataNew) to DataNew(array), Class A{ Class B[]; } the