aboutsummaryrefslogtreecommitdiff
path: root/src/ProtocolBuffers/AbstractMessage.cs
Commit message (Expand)AuthorAgeFilesLines
* Completed addition and testing of new add_serializable option.csharptest2011-09-091-1/+1
* Split off the Serialization namespace into a new assembly.csharptest2011-08-051-22/+0
* Reformatted to include bracescsharptest2011-07-141-24/+11
* Added convenience methods for to/from xml and jsoncsharptest2011-06-111-0/+21
* Fully converted over to ICodedOutputStream for all WriteTo derivationscsharptest2011-06-031-20/+22
* Added the field name to all CodedOutputStream.Write??? callscsharptest2011-06-031-2/+2
* reformatted all code to .NET standard formattingcsharptest2011-05-201-245/+303
* Lite feature complete.csharptest2010-11-091-0/+4
* Testing and related fixescsharptest2010-11-081-2/+2
* Completed abstract lite builder and messagecsharptest2010-11-051-54/+47
* First pass at interface breakupcsharptest2010-11-041-0/+11
* Regionify copyright statementJon Skeet2009-09-091-0/+3
* Write/Read delimited messagesJon Skeet2009-05-291-0/+7
* Fix equality of messages to include unknown fieldsJon Skeet2009-05-281-1/+2
* Added ToBuilder and WeakToBuilderJon Skeet2009-02-241-0/+5
* Support packed primitive typesJon Skeet2009-02-181-4/+28
* Replaced copyright noticeJon Skeet2008-10-231-11/+27
* First cut at new layoutJon Skeet2008-10-221-0/+181