Thrift-1401: JSON-protocol for Delphi XE Libraries
authorJake Farrell <jfarrell@apache.org>
Thu, 10 Nov 2011 20:32:44 +0000 (20:32 +0000)
committerJake Farrell <jfarrell@apache.org>
Thu, 10 Nov 2011 20:32:44 +0000 (20:32 +0000)
commit27274229510ce6c99f20dad2d11fc2d7acc6e8d3
treef80cfbde15afd791f2b4ca48221054b90354d6a8
parent8941458f721a1fcc4220adb7e8c14eddc77f8691
Thrift-1401: JSON-protocol for Delphi XE Libraries
Client: delphi
Patch: Jens Geyer

Adds support for the JSON protocol to the existing Delphi XE libraries.

git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1200538 13f79535-47bb-0310-9956-ffa450edef68
lib/delphi/src/Thrift.Protocol.JSON.pas [new file with mode: 0644]
lib/delphi/src/Thrift.Server.pas
lib/delphi/src/Thrift.pas
lib/delphi/test/TestClient.pas
lib/delphi/test/TestConstants.pas [new file with mode: 0644]
lib/delphi/test/TestServer.pas
lib/delphi/test/client.dpr
lib/delphi/test/server.dpr