You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by David Turner <tu...@genome.wi.mit.edu> on 2002/03/28 21:25:14 UTC

Encoding Example

The encoding example doesn't work with private field members.  If I
change the public members to private in the Data.java file the DataDeser
throws a NoSuchFieldException because the FieldTarget class uses the
Class.getField() method.  This only works for public members.  Good OO,
you want to hide data members as much as possible.

Can you tell me what has to be done to get this deserializer working?