作者:廖赞胜 | 来源:互联网 | 2023-05-18 06:45
InsideaJavaprojectIuseGoogleProtocolBuffers(GPB)forserializingmyobjects.Icanusethe
Inside a Java project I use Google Protocol Buffers (GPB) for serializing my objects. I can use the same .proto files in auxiliary Python code, which is great. Now I'm adding a Flex client to the whole thing and I'd like to use the same .proto files once more.
在Java项目中,我使用Google Protocol Buffers(GPB)来序列化我的对象。我可以在辅助Python代码中使用相同的.proto文件,这很棒。现在我正在为整个事情添加一个Flex客户端,我想再次使用相同的.proto文件。
It seems there's a couple of projects out there which compile .proto files to Actionscript. From a few glances at the projects' homepages, it seems to me that protobuf-actionscript3 is actually the most advanced and most "alive" of these projects.
似乎有几个项目将.proto文件编译成Actionscript。通过对项目主页的一些看法,我觉得protobuf-actionscript3实际上是这些项目中最先进,最“活跃”的。
Has anybody had practical experience with GPB to AS3 compilers and which one(s) can you recommend (or recommend against)?
有没有人有过GPB到AS3编译器的实践经验,你能推荐哪一个(或建议反对)?
2 个解决方案