Thrift: Is it possible to do only serialization with C++ Thrift library?

后端 未结 5 1520
执笔经年
执笔经年 2021-01-02 05:21

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

5条回答
  •  有刺的猬
    2021-01-02 05:54

    Here's a different mailing list post with some attached code showing how to use thrift to serialize to a file in C++.

    http://mail-archives.apache.org/mod_mbox/thrift-user/201203.mbox/%3C90483D01-ED25-4707-9DB2-5BB3627301FC@manbert.com%3E

提交回复
热议问题