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...
