开发者

AMF decoding in Adobe Flex

开发者 https://www.devze.com 2023-02-11 05:14 出处:网络
开发者_开发问答I have a Flex application that receives AMF encoded string from Javascript. The AMF encoded string contains class instances which need to be mapped to classes which have been registered
开发者_开发问答

I have a Flex application that receives AMF encoded string from Javascript. The AMF encoded string contains class instances which need to be mapped to classes which have been registered in Flex using class-alias. How can I decode the AMF string within Flex so that the output will be mapped to the corresponding AS3 class?

Thanks in advance,


Check the cortizone-amf library. It has utilities for decoding AMF data. You might especially be interested in the Amf3Input class.

0

精彩评论

暂无评论...
验证码 换一张
取 消