aboutsummaryrefslogtreecommitdiff
path: root/src/ProtocolBuffers/Serialization
Commit message (Expand)AuthorAgeFilesLines
* Reformatted to include bracescsharptest2011-07-1413-357/+1120
* bla, changed name to Depth for CLSComplaint :)csharptest2011-06-112-10/+10
* Added recursion limits to AbstractReader.cscsharptest2011-06-113-8/+43
* Added convenience methods for to/from xml and jsoncsharptest2011-06-111-1/+7
* Reader/Writer implementations changed to use static factoriescsharptest2011-06-106-118/+323
* Added initial DictionaryReader/Writer implementationscsharptest2011-06-105-18/+400
* Using List<Char> instead of StringBuilder for building strings from charscsharptest2011-06-101-18/+17
* Added the JsonFormatWriter/Readercsharptest2011-06-103-0/+780
* Added the XmlFormatWriter/Readercsharptest2011-06-108-0/+1522