B
beachboy
my XML format as below:
<School>
<SchoolInfo>
<Name>
<Address>
<Tel>
</SchoolInfo>
<Students>
<Student id="2" name="student2">
<Student id="4" name="student4">
</Students>
</School>
How I can serializer the Students ArrayList? Anyone can tell me and have a
good web articles for my reference.
Thanks in advanced.
<School>
<SchoolInfo>
<Name>
<Address>
<Tel>
</SchoolInfo>
<Students>
<Student id="2" name="student2">
<Student id="4" name="student4">
</Students>
</School>
How I can serializer the Students ArrayList? Anyone can tell me and have a
good web articles for my reference.
Thanks in advanced.