Jan Tattermusch | e77878e | 2015-04-16 10:21:42 -0700 | [diff] [blame] | 1 | This directory contains a library that implements Protocol Buffers |
| 2 | functionality in C#. |
Jan Tattermusch | 84fa3e2 | 2015-04-16 09:55:22 -0700 | [diff] [blame] | 3 | |
Jan Tattermusch | e77878e | 2015-04-16 10:21:42 -0700 | [diff] [blame] | 4 | Experimental only |
| 5 | ----------------- |
Jan Tattermusch | 84fa3e2 | 2015-04-16 09:55:22 -0700 | [diff] [blame] | 6 | |
Jan Tattermusch | e77878e | 2015-04-16 10:21:42 -0700 | [diff] [blame] | 7 | C# protobufs are currently under development and are not officially supported yet. |
| 8 | Also, as of now, only proto2 is supported. Proto3 support for C# is currently in progress |
| 9 | (both design & implementation). |
| 10 | |
| 11 | History of C# protobufs |
| 12 | ----------------------- |
| 13 | |
| 14 | This subtree was originally imported from https://github.com/jskeet/protobuf-csharp-port |
| 15 | and represents the latest development version of C# protobufs, that will now be developed |
| 16 | and maintained by Google. All the development will be done in open, under this repository |
| 17 | (https://github.com/google/protobuf). |