Hi,
I have a XML like this.
I have created an Indivisual class but how i will map with XStreamMarshallerCode:<?xml version="1.0" encoding="UTF-8"?> <Record> <username>Adish</username> <registrants> <registrant> <entity> <individual> <name>Adish</name> <address>Some Address </address> <city>Some City</city> </individual> </entity> </registrant> </registrants> <Check> <individual> <name>Adish</name> <address>Some Address </address> <city>Some City</city> </individual> </Check> </Record>
Any help will be greatly appreciated..
Thanks


Reply With Quote
