aboutsummaryrefslogtreecommitdiff
path: root/csharp/src/ProtocolBuffers.Serialization
Commit message (Collapse)AuthorAgeFilesLines
* Delete "lite" project and serialization project+codeJon Skeet2015-06-1721-4741/+0
| | | | We'll probably want a lot of the code from the serialization project when we do JSON, but enough of it will change that it's not worth keeping in a broken state for now.
* Convert both the full and lite runtimes (and json/xml serialization ↵Jon Skeet2015-04-292-16/+16
| | | | | | | assemblies) to be Portable Class Libraries. All referring projects are now .NET 4 client rather than .NET 3.5. This commit also fixes up the ProtoBench app, which I'd neglected in previous commits. (Disentangling the two sets of changes would be time-consuming.)
* Removing more C# project files.Jon Skeet2015-04-2918-1802/+0
|
* Remove CLS compliance from runtime code.Jon Skeet2015-04-297-16/+0
| | | | We need to remove it from the generator too; I'll raise a github issue for that.
* Remove RPC support.Jon Skeet2015-04-291-28/+0
| | | | It is expected that third parties will generate service/RPC code themselves - see gRPC as an example.
* Imported protobuf-csharp-port into csharp/ treeJan Tattermusch2015-04-1639-0/+6587