[castor-user] Questions

2005-12-03 Thread Armin Buttinger
Hello, First Problem: The Problem is, if I save an object into XML, I don't see variables, which are not public ... and if the object has got objects, I don't see anything about it in the XML-file. Second Problem: I've got following Class ... -- public Class Knot { private Knot

Re: [castor-user] Questions

2005-12-03 Thread Keith Visco
Armin, You need public getters (eg: public String getFoo()) for each field you want saved in the XML. If you don't want to use public getters then you'll need to write a custom FieldHandler that will fetch and return the values as Castor does not support accessing private and protected

Re: [castor-user] Questions about xsi-type

2005-04-10 Thread Gopinath R
unsubscribe