aboutsummaryrefslogtreecommitdiffhomepage
path: root/csharp/README.md
blob: 62c763848131579fbee32751d033ced64e9841f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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).