I need to serialize/de-serialize some objects into/from string and transfer them as just opaque data. I can use XmlSerializer to do it, but generated string looks clumsy and
just use your own api.. its easy to create json.. but you can also use JSON libraries like JSON.NET..
happy coding