BlazeDS 通道序列化选项?
有谁知道 BlazeDS AMF 通道的准确且完整的序列化选项列表?看起来应该很容易找到,但有关该主题的 Adobe 官方文档:
http://livedocs.adobe.com/blazeds/1/blazeds_devguide/help.html?content=serialize_data_3.html
...是不完整。
例如,它缺少重要的“include-read-only”设置以及“prefer-vectors”设置(尽管这可能已被弃用。
这让我觉得我可能会错过一些重要的东西。使用 BlazeDS 4.0.0.14931。
Does anyone know of an accurate and complete list of the serialization options for a BlazeDS AMF channel? It seems like it should be an easy thing to find, but the official Adobe documentation on the subject:
http://livedocs.adobe.com/blazeds/1/blazeds_devguide/help.html?content=serialize_data_3.html
...is not complete.
For example, it is missing the vital "include-read-only" setting as well as "prefer-vectors" setting (though that may have been deprecated.
It's making me think I could be missing something important. Using BlazeDS 4.0.0.14931.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
最后一份 LCDS 开发人员指南位于此处(“include-read-only”包括)。不再有单独的 BlazeDS 开发人员指南。
“prefer-vectors”尚未包含在官方 blazeds 版本中 - 我想在发布版本时会将其添加到文档中。
The last LCDS developer guide is here ("include-read-only" is included). There is no longer a separate BlazeDS developer guide.
"prefer-vectors" is not yet included in an official blazeds release - I suppose it will be added in the documentation when doing a release build.