blob: 62c763848131579fbee32751d033ced64e9841f4 [file] [log] [blame] [view]
Jan Tattermusche77878e2015-04-16 10:21:42 -07001This directory contains a library that implements Protocol Buffers
2functionality in C#.
Jan Tattermusch84fa3e22015-04-16 09:55:22 -07003
Jan Tattermusche77878e2015-04-16 10:21:42 -07004Experimental only
5-----------------
Jan Tattermusch84fa3e22015-04-16 09:55:22 -07006
Jan Tattermusche77878e2015-04-16 10:21:42 -07007C# protobufs are currently under development and are not officially supported yet.
8Also, as of now, only proto2 is supported. Proto3 support for C# is currently in progress
9(both design & implementation).
10
11History of C# protobufs
12-----------------------
13
14This subtree was originally imported from https://github.com/jskeet/protobuf-csharp-port
15and represents the latest development version of C# protobufs, that will now be developed
16and maintained by Google. All the development will be done in open, under this repository
17(https://github.com/google/protobuf).