aboutsummaryrefslogtreecommitdiff
path: root/src/ProtocolBuffers.Test/TestWriterFormatXml.cs
Commit message (Expand)AuthorAgeFilesLines
* - Upgraded NUnitcsharptest2011-10-041-27/+27
* Conditional extensions in serialization, Removed usages of extensions methods...csharptest2011-10-011-7/+9
* Fix for incorrect handling of Whitespace after an array open in XmlFormatReadercsharptest2011-09-291-2/+6
* Changes from code reviewcsharptest2011-09-291-1/+1
* Completed work and testing for manually reading/writing start/end messagecsharptest2011-09-091-11/+52
* first pass at adding required changescsharptest2011-09-081-0/+72
* Split off the Serialization namespace into a new assembly.csharptest2011-08-051-4/+4
* Added recursion limits to AbstractReader.cscsharptest2011-06-111-0/+8
* Added convenience methods for to/from xml and jsoncsharptest2011-06-111-0/+22
* Reader/Writer implementations changed to use static factoriescsharptest2011-06-101-34/+32
* Added the XmlFormatWriter/Readercsharptest2011-06-101-0/+308