TJSONProtocol writing support in Java
authorMark Slee <mcslee@apache.org>
Tue, 27 Nov 2007 08:38:52 +0000 (08:38 +0000)
committerMark Slee <mcslee@apache.org>
Tue, 27 Nov 2007 08:38:52 +0000 (08:38 +0000)
commit844ac12489600d7647f01ab4f9b99d9e1b81e69e
tree95e8c0b69f48680209948d5f3df5dad8602ea5bc
parent5ab570558f55d73472fbf6c0e66e6e165093c7d8
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: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665367 13f79535-47bb-0310-9956-ffa450edef68
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