Hi guys:
Quick question about using the classes generated by XSD2JavaGenerator.

I have used this tool to generate a set of Java interfaces and impl
classes corresponding to an XSD.  All seems fine.

What I am missing is the pattern that guides me how to deserialize an
XML document (from the file system or any other XMLReader) into a graph
of Java instances of the type(s) generated from my XSD by the
XSD2JavaGenerator.

The factory method generated did not have any method that looked like
"readFromXML(XMLReader foo)" or any equivalent deserialization
mechanism.

Any help, sample code snippets etc. would be appreciated.

sgg

Reply via email to