Using Protocol Buffers with Objective-C

前端 未结 5 935
梦谈多话
梦谈多话 2020-12-28 18:46

Has anyone used Google\'s Protocol Buffers when developing applications in Objective-C?

Are there any current projects for compiling .proto files into O

5条回答
  •  刺人心
    刺人心 (楼主)
    2020-12-28 19:29

    This may or may not be helpful, but Apache Thrift (originally developed at Facebook) supports Cocoa, and seems to have people attempting to use it in the iPhone.

    Thrift officially supports more languages. But Protocol Buffers have 5x the Stack Overflow interest, so who knows if it's a good replacement in terms of maintenance—not to mention compatibility with your own project! Still, maybe it's worth consideration.

    I just asked a related question you may find helpful if it gets good answers: Any success using Apache Thrift on iPhone?

提交回复
热议问题