Re: [Simple-support] Having simple set properties on an object during parsing?
Brought to you by:
niallg
|
From: Niall G. <gal...@ya...> - 2012-05-29 09:59:05
|
Serialization is done depth first, so you will get some attributes during serialization, for example the setter bean methods will be invoked, however I am not sure you will be able to do what you want as these references will only exist within the context of the serializer. --- On Tue, 29/5/12, Eli Konky <eli...@gm...> wrote: From: Eli Konky <eli...@gm...> Subject: [Simple-support] Having simple set properties on an object during parsing? To: sim...@li... Received: Tuesday, 29 May, 2012, 1:10 AM Hi, Is there a way to make simple set properties on an object before all the document is parsed?I know about the commit feature, but the thing is that this is called on the object only after all its properties are read from the xml. this is a critical requirement in the project since the xml we get are quite big and we want to present data as soon as possible. ThanksEli -----Inline Attachment Follows----- ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ -----Inline Attachment Follows----- _______________________________________________ Simple-support mailing list Sim...@li... https://lists.sourceforge.net/lists/listinfo/simple-support |