You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "Rokita, Greg" <gr...@edmunds.com> on 2010/02/12 03:19:38 UTC

convert form binary to json

Is there a way to generically convert TBinaryProtocol byte array to TJsonProtocol given a reference to Iface  for that message?  (in Java)

I looked at the code but the serialization requires me to have concrete TBase object.  All I have is Iface interface.

I'm sure someone needed that before for debugging...