THRIFT-952. TBinarySerializer utility class for converting between byte strings and...
authorMark Slee <mcslee@apache.org>
Mon, 11 Oct 2010 21:45:13 +0000 (21:45 +0000)
committerMark Slee <mcslee@apache.org>
Mon, 11 Oct 2010 21:45:13 +0000 (21:45 +0000)
commit052bbef327eda51ddde5845a2794c344eab8e3a0
treef476b789ecf900700a6cb319c35135302c235c4b
parent085a3e7b6045c435bc21442c867c9d3ed8d3bb60
THRIFT-952. TBinarySerializer utility class for converting between byte strings and PHP objects

Adds a nice TBinarySerializer class to make it simple to convert between PHP objects and serialized strings using the Binary protocol.

Patch: Radu Marin

git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@1021521 13f79535-47bb-0310-9956-ffa450edef68
lib/php/Makefile.am
lib/php/src/protocol/TBinarySerializer.php [new file with mode: 0644]