Title: Message Title
Jörg Schaible commented on an issue
XStream / Bug XSTR-758
createObjectInputStream Method seems to ignore ignoreUnknownElements call
my xml:

{code:xml}
    <test>
        <test2>
              <bla value="5">
        </test2>
    </test>
{code}

I created a class for "bla" with annotations and called xstream.processAnnotations( Bla.class) and then xstream.ignoreUnknownElements();

When i create an object input stream with
{code:java}
xstream.createObjectInputStream(new ...

To unsubscribe from this list please visit:

http://xircles.codehaus.org/manage_email

Reply via email to