THRIFT-323. csharp: TJSONProtocol
authorBryan Duxbury <bryanduxbury@apache.org>
Sat, 18 Sep 2010 20:51:25 +0000 (20:51 +0000)
committerBryan Duxbury <bryanduxbury@apache.org>
Sat, 18 Sep 2010 20:51:25 +0000 (20:51 +0000)
commitfd32d79afa6a728b6dc320c5e0eda108b0622f98
tree124fd29c85a51e0bf583f4a228f85d615633cdce
parent416eea9802d16645d4f4da8909abee5b4b51d95e
THRIFT-323. csharp: TJSONProtocol

This patch adds support for the JSON Protocol to the csharp library.

Patch: Roger Meier

git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@998539 13f79535-47bb-0310-9956-ffa450edef68
lib/csharp/Makefile.am
lib/csharp/src/Protocol/TBase64Utils.cs [new file with mode: 0644]
lib/csharp/src/Protocol/TJSONProtocol.cs [new file with mode: 0644]
lib/csharp/src/Protocol/TProtocol.cs
lib/csharp/src/Protocol/TProtocolException.cs
lib/csharp/src/Thrift.csproj
lib/csharp/src/Transport/TTransport.cs