With C++ Apache Thrift library, is it possible to use only Serialization/Deserialization and not use RPC services?
As I understand from this page, it is possible to do with Java library. However, I could not find the similar classes for C++ library.