BlazeDS - 反序列化为 ActionScript 对象的对象无法转换为其子类(父类)

发布于 2024-11-27 20:58:02 字数 263 浏览 1 评论 0原文

我正在构建 Flex 应用程序并使用 blazeDS 在 java 和 actionscript 之间传递对象。 我有以下 java 类(扩展 BaseProperty 的属性)及其动作脚本表示。

当我使用 blazeDS 将 java Property 对象传递给动作脚本并尝试将其转换为动作 scipt BaseProperty 对象时,我得到 null。

为什么??

值得一提的是,如果我将其转换为 Property,一切都很好。

非常感谢。

I am building flex application and using blazeDS to pass objects between java and actionscript.
I have the following java classes (Property that extends BaseProperty) and their actionscript representation.

When I pass the java Property object to the actionscript using blazeDS and trying to cast it as action scipt BaseProperty object I get null.

Why??

It's important to mention that if I cast it as Property everything is fine.

Thank you very much.

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

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

发布评论

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

评论(1

幸福还没到 2024-12-04 20:58:02

由于您没有提供任何代码,您迫使我们执行心理调试 - 但是我的猜测是您没有使用以下方法注册基类:

registerClassAlias("BaseProperty", BaseProperty);

As you haven't provided any code you're forcing us to perform psychic debugging - however my guess would be that you haven't registered the base class using:

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