Hi,

I got the following three Java classes:

(1) class A {}
(2) class B extends A {}
(3) class C extends A {}

Furthermore, I got the following XML content:

<A type="B"></A>
<A type="C"></A>

Can you provide a quick note on how to unmarshal the XML content into the Java 
classes B and C?

BTW: I guess it would perfectly suit XStream's tutorial page, since it is a 
common scenario.

Thanks,
Stephan
---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to