Re: [Simple-support] how to deserialize part of XML file
Brought to you by:
niallg
|
From: Niall G. <gal...@ya...> - 2012-03-27 13:26:09
|
Use non-strict parsing, with Persister.read(Class, InputStream, boolean), set the boolean to false. It will then only read the XML elements matching annotations. --- On Mon, 26/3/12, Uriel Frankel <uri...@gm...> wrote: From: Uriel Frankel <uri...@gm...> Subject: [Simple-support] how to deserialize part of XML file To: sim...@li... Received: Monday, 26 March, 2012, 4:38 AM Hi I have a very big xml file with only a few things that i am interested in. how can I deserialize only part of the file? thank you Uriel Frankel -----Inline Attachment Follows----- ------------------------------------------------------------------------------ This SF email is sponsosred by: Try Windows Azure free for 90 days Click Here http://p.sf.net/sfu/sfd2d-msazure -----Inline Attachment Follows----- _______________________________________________ Simple-support mailing list Sim...@li... https://lists.sourceforge.net/lists/listinfo/simple-support |