Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否有在 actionscript 3 和 C# 中实现的精简(不是 xml 或 json)数据包协议?如果有一个已经有两种语言的实现,那就太好了。如果没有,我可能不得不编码一侧。话虽如此,找出(或查找)C# 的序列化规范的文档然后使用它是愚蠢/不安全的,所以我只需要制作一个 AS3 到 C# 对象编码器吗?
协议缓冲区。
在 C# 中,protobuf-net 和 dotnet-protobufs 非常健壮。我没有亲自尝试过 AS 版本。
马克