BlazeDS - 反序列化为 ActionScript 对象的对象无法转换为其子类(父类)
我正在构建 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
由于您没有提供任何代码,您迫使我们执行心理调试 - 但是我的猜测是您没有使用以下方法注册基类:
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: