Hello all, I am using Thrift to share data between applications written in 2 different languages (java & c++). I have used TSerializer and TDeserializer for java (Binary Protocol) to serialize a message into a file. I haven't found its equivalent classes in C++. Can someone suggest how to serialize/deserialize using C++. Some steps or small code snippet would be useful.
Thank you. Regards. Raghava.
