[android-developers] Parsing results of XmlEncoder on server

2009-11-13 Thread stanlick
I am trying to consume the http response from a server that generated the payload via java.beans.XMLEncoder. Unfortunately, there is no corresponding XMLDecoder in Android so I am sitting here staring at perfectly valid XML (although ugly) wondering how I can deserialize it back into the

Re: [android-developers] Parsing results of XmlEncoder on server

2009-11-13 Thread Mark Murphy
stanlick wrote: I am trying to consume the http response from a server that generated the payload via java.beans.XMLEncoder. Unfortunately, there is no corresponding XMLDecoder in Android so I am sitting here staring at perfectly valid XML (although ugly) wondering how I can deserialize it