Re: [Simple-support] Howto deserialize XML Tree
Brought to you by:
niallg
|
From: Niall G. - Y. <Nia...@yi...> - 2013-10-29 03:54:10
|
Can you provide the annotated class? ________________________________ From: Ola...@Em... [Ola...@Em...] Sent: 29 October 2013 00:59 To: sim...@li... Subject: [Simple-support] Howto deserialize XML Tree Hey, I have an XML-File with a structure that looks in principal like this and I have no idea how to annote my code. I always getting : Element '…' is already used with @org.simpleframework.xml.ElementList The structure looks like this (simplified): <Tree> <abc> </abc> <xyz> </xyz> <Tree> <abc> </abc> <xyz> </xyz> </Tree> <Tree> <abc> </abc> <xyz> </xyz> <Tree> </Tree> </Tree> </Tree> Who can help ? |