找不到 mx.rpc.xml.XMLEncoder/Decoder

发布于 2024-12-20 03:17:34 字数 125 浏览 4 评论 0原文

我正在使用 Flex 3.5 编译器(在 Flash Builder 4 上),我需要使用这些类,但我找不到它们!我查看了源代码,它们在3.4分支中,所以我猜它们也一定在3.5分支中。我缺少什么?包含它们的 swc 文件是什么? 谢谢。

I'm using the Flex 3.5 compiler (on Flash Builder 4), and I need to use these classes, and I just can't find them! I looked at the source code, and they are in the 3.4 branch, so I guess they must also be in 3.5. What am I missing? What's the swc file that contains them?
Thanks.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

甜`诱少女 2024-12-27 03:17:34

XMLDecoder 类的定义中有“[ExcludeClass]”。然后,Flash Builder 不会在 IntelliSense PopUp 中提供该类。只需添加一个导入“import mx.rpc.xml.XMLDecoder;”给班长并使用它。这应该可以解决你的问题。

The XMLDecoder class has "[ExcludeClass]" in the definition. Flash Builder then do not provide the class in IntelliSense PopUp. Just add an import "import mx.rpc.xml.XMLDecoder;" to the head of your class and use it. This should solve your problem.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文