r1352@opsdev009 (orig r71475): mcslee | 2007-11-27 00:38:52 -0800
commita1f34ab6efdb9fc6c3889900cbd2197d809b76ef
author(no author) <(no author)@41a61cd8-c433-0410-bb1c-e256eeef9e11>
Tue, 27 Nov 2007 08:39:46 +0000 (27 08:39 +0000)
committer(no author) <(no author)@41a61cd8-c433-0410-bb1c-e256eeef9e11>
Tue, 27 Nov 2007 08:39:46 +0000 (27 08:39 +0000)
tree95e8c0b69f48680209948d5f3df5dad8602ea5bc
parent4d8ad7edfc586b30cf95cc4df8c7325c58f542db
 r1352@opsdev009 (orig r71475):  mcslee | 2007-11-27 00:38:52 -0800
 TJSONProtocol writing support in Java

 Summary: TJSONProtocol for Java with write support and a TSerializer utility for easier conversion of Thrift objects into byte[] or strings.

 Reviewed By: dreiss

 Test Plan: Included a basic piece of this in test/ client for Java.

 Revert: OK

 DiffCamp Revision: 3890

git-svn-id: http://svn.facebook.com/svnroot/thrift/trunk@695 41a61cd8-c433-0410-bb1c-e256eeef9e11
lib/java/src/TSerializer.java [new file with mode: 0644]
lib/java/src/protocol/TJSONProtocol.java [new file with mode: 0644]
lib/java/src/transport/TTransport.java
test/java/src/TestClient.java