XML into Byte Array-->ByteArray to Java Object-->Java Object to ByteArray
807591Apr 14 2008 — edited Apr 14 2008Hi! I have a project to do.
First, I need to convert some XML data into Byte Array.
Then I need to parse that Byte Array into Java Object.
Then I need to parse that Java Object back into Byte Array, and return Array (in an XML format data).
I don�t even know where to start. Can someone please point me to the right direction or tell me how to do this?
Thank you!