Jerome Michaudon wrote:
Hi,----------------------------------------------------------- If you wish to unsubscribe from this mailing, send mail to
before diving into casto sources, I'd like to know if so can tell me if the
following method is thread-safe:
f()
{
Unmarshaller unmarshaller = new Unmarshaller(MyClass.class);
unmarshaller.setValidation(true);
MyClass obj = (MyClass) unmarshaller.unmarshal(reader);
}
Thanks.
Jerome
----------------------------------------------------------- If you wish to unsubscribe from this mailing, send mail to
[EMAIL PROTECTED] with a subject of:
unsubscribe castor-dev
[EMAIL PROTECTED] with a subject of:
unsubscribe castor-dev
