aboutsummaryrefslogtreecommitdiff
path: root/src/ProtocolBuffers.Serialization/AbstractTextReader.cs
Commit message (Collapse)AuthorAgeFilesLines
* Fixing build for SILVERLIGHT and COMPACT_FRAMEWORK before adding more buildcsharptest2012-10-121-1/+1
| | | | | | variations (WP). Changes are primarily superficial since they are to support the Serialization assembly and unit tests compiling in the CF which has not been done before.
* Change "typeof (Foo)" to "typeof(Foo)" everywhere. I have no idea why I used toJon Skeet2012-06-041-10/+10
| | | | include the space - it definitely doesn't look idiomatic...
* Completed work and testing for manually reading/writing start/end messagecsharptest2011-09-091-4/+0
|
* Split off the Serialization namespace into a new assembly.csharptest2011-08-051-0/+181