[Simple-support] "serialization done" hook?
Brought to you by:
niallg
|
From: Jeffrey B. <jef...@gm...> - 2013-02-06 18:17:34
|
i want to execute some code when deserialization is finished. is there a way to do this? more about my problem ... i need to copy some data that's in one XML element into another, with the result in the deserialized object. i'm sort of fudging the resulting deserialized object. for example, <foo x="1"> <bar/> </foo> i have object Foo and Bar, and i want to insert the value for "x" to end up in one of Bar's fields. thanks. |