I did many tests and it appears that new FieldTarget(value, localName) only works if localName is a public attribute of the class represented by (Object)value. Is this true. Otherwise, it throws a NoSuchFieldException.
How can one work with this limitation? Does this mean you can not write custom deserializers for Java classes with private or protected attributes? Much obliged for any insight on this very crucial subject. Bruce
