Add a TDeserializer for Java.
authorDavid Reiss <dreiss@apache.org>
Sun, 2 Mar 2008 06:29:16 +0000 (06:29 +0000)
committerDavid Reiss <dreiss@apache.org>
Sun, 2 Mar 2008 06:29:16 +0000 (06:29 +0000)
commitd2a3e566b7814cfe176dd988854f6b3dca6a47d7
tree0819acbf84bab242f15008fd0abfce6177a11996
parentc0fef71697303057c72e546fa06a37fb3e585320
Add a TDeserializer for Java.

The class is the reverse of TSerializer.
It allows you to deserialize a Thrift struct from a byte array (or String).

git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665540 13f79535-47bb-0310-9956-ffa450edef68
lib/java/src/TDeserializer.java [new file with mode: 0644]