Re: [Simple-support] How ro reserialization a null element like <acpi /> to java entry ?
Brought to you by:
niallg
|
From: Niall G. - Y. <Nia...@yi...> - 2014-11-20 22:48:21
|
If you do not have the element it will be null. Like so. Currently there is no way to tell the difference between <acpi></acpi> and <acpi/>, so that means an empty string “” rather than a null. <feature> <apic/> <pae/> </feature> From: 张敏 [mailto:zm...@16...] Sent: 21 November 2014 02:43 To: sim...@li... Subject: [Simple-support] How ro reserialization a null element like <acpi /> to java entry ? How ro reserialization a null element like <acpi /> to java entry thanks everybody for the work to simple-xml ,it's. so easy to use simple-xml but I hava a question how to reserialization a. Xml to. java. Like. this <feature> <acpi/> <apic/> <pae/> </feature> Thanks |