I'm trying to understand, in a relatively precise way, the [un]marshalling behavior of Castor for Java classes without class descriptors (i.r., based on reflection). On the "Using Castor XML" page (http://www.castor.org/xml-framework.html), I see this:

" There is one main restrictions to marshalling objects. These classes must have have a public default constructor (ie. a constructor with no arguments) and adequete "getter" and "setter" methods to be properly be marshalled and unmarshalled."

Is there any more information about what "adequate getter and setter" methods means? Are both a getter and a setter required? Are strict JavaBeans naming conventions required?

Thanks,

Mark

---------------------------------------------------------------------
To unsubscribe from this list please visit:

   http://xircles.codehaus.org/manage_email

Reply via email to