protobuf/csharp
2015-05-12 21:56:40 -07:00
..
build
keys
protos Change field_presence_test.proto 2015-05-01 10:12:54 -07:00
src Regenerated UnittestExtrasLite.cs 2015-05-12 21:56:40 -07:00
testdata
.gitignore adding what was missing in .gitignore 2015-05-12 15:21:59 -07:00
buildall.sh add buildall script for mono 2015-05-12 21:42:39 -07:00
CHANGES.txt
generate_protos.sh draft of generate_protos.sh 2015-05-12 21:42:40 -07:00
README.md

This directory contains a library that implements Protocol Buffers functionality in C#.

Experimental only

C# protobufs are currently under development and are not officially supported yet. Also, as of now, only proto2 is supported. Proto3 support for C# is currently in progress (both design & implementation).

History of C# protobufs

This subtree was originally imported from https://github.com/jskeet/protobuf-csharp-port and represents the latest development version of C# protobufs, that will now be developed and maintained by Google. All the development will be done in open, under this repository (https://github.com/google/protobuf).