aboutsummaryrefslogtreecommitdiff
path: root/src/ProtocolBuffers.Serialization/JsonFormatReader.cs
Commit message (Collapse)AuthorAgeFilesLines
* Change "typeof (Foo)" to "typeof(Foo)" everywhere. I have no idea why I used toJon Skeet2012-06-041-1/+1
| | | | include the space - it definitely doesn't look idiomatic...
* Added comments for private fieldscsharptest2011-09-291-0/+1
| | | | | Renamed StartMessage(name) to WriteMessageStart(name) on XmlFormatWriter as this was intended to be an overload that did not get renamed.
* Completed work and testing for manually reading/writing start/end messagecsharptest2011-09-091-7/+6
|
* first pass at adding required changescsharptest2011-09-081-4/+21
|
* Split off the Serialization namespace into a new assembly.csharptest2011-08-051-0/+245