Click here to Skip to main content
15,889,595 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
how to convert the xml buff in to data set in java
Posted

1 solution

The question is not clear, but it's quite possible that you need XML serialization: https://en.wikipedia.org/wiki/Serialization[^].

Well, before trying to deserialize some object graph from XML, you have to take care about proper serialization of that graph in first place; serialization should be a consistent two-way process, developed accordingly. See, in particular, this open-source project: http://simple.sourceforge.net[^].

—SA
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900