S
sleipner
I need some help in deserializing a file. I do manage to do that when the
xml-nodes (?) have valid classnames. However I have some problems when the
xml-node has a name which is not valid as a classname, like the example below.
It's not allowed to name the class M-Peaches.
<M-Peaches>
<M-Peach name="1">
<\M-Peach>
<M-Peach name="2">
<\M-Peach>
<\M-Peaches>
xml-nodes (?) have valid classnames. However I have some problems when the
xml-node has a name which is not valid as a classname, like the example below.
It's not allowed to name the class M-Peaches.
<M-Peaches>
<M-Peach name="1">
<\M-Peach>
<M-Peach name="2">
<\M-Peach>
<\M-Peaches>