Protocol Buffers - Google's data interchange format (grpc依赖) https://developers.google.com/protocol-buffers/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Jan Tattermusch 84fa3e2bbc Imported protobuf-csharp-port into csharp/ tree 10 years ago
..
build Imported protobuf-csharp-port into csharp/ tree 10 years ago
csproj_templates Imported protobuf-csharp-port into csharp/ tree 10 years ago
keys Imported protobuf-csharp-port into csharp/ tree 10 years ago
lib Imported protobuf-csharp-port into csharp/ tree 10 years ago
mono Imported protobuf-csharp-port into csharp/ tree 10 years ago
protos Imported protobuf-csharp-port into csharp/ tree 10 years ago
src Imported protobuf-csharp-port into csharp/ tree 10 years ago
testdata Imported protobuf-csharp-port into csharp/ tree 10 years ago
.gitignore Imported protobuf-csharp-port into csharp/ tree 10 years ago
.hgignore Imported protobuf-csharp-port into csharp/ tree 10 years ago
CHANGES.txt Imported protobuf-csharp-port into csharp/ tree 10 years ago
README.md Imported protobuf-csharp-port into csharp/ tree 10 years ago
license.txt Imported protobuf-csharp-port into csharp/ tree 10 years ago

README.md

This repo was originally exported from http://code.google.com/p/protobuf-csharp-port, and represents the latest "legacy" version of protobuf-csharp-port.

This project has now been folded into the main Google Protocol Buffers project, and is being revamped to support proto3. It is not expected to be fully backwardly-compatible with the code in this repo - in particular, some of the C#-specific options may not be supported in the new codebase, and some of the generated code may differ. A new major version offers an opportunity to spring-clean, as it were.

This repo exists as an acknowledgement that not everyone will want to immediately use the newer codebase, and that they may wish to make changes to the legacy codebase. I do not expect to make any changes within this repo, but it can be forked for further changes.