Android XmlSerializer limitation?
- by Rexb
Hi all,
My task is just to get an xml string using XmlSerializer. Problem is that it seems like the serializer stops adding any new element and/or attribute to the xml document when it reaches certain length (perhaps 10,000 char?).
My questions: have you experience this kind of problem? What could be possible solutions?
Here is my sample test code:…