类型化AS3 JSON恩codeR和德codeR?类型、codeR、JSON

2023-09-08 12:51:07 作者:XX很乖

我需要连接code和德code AS3对象的类型的方式。 HTTP://$c$c.google.com/p/as3corelib/ 只支持无类型编码和解码。 HTTP://$c$c.google.com/p/ason/ 支持某种类型的对象,但还不是很强大的,如它失败的日期对象。任何建议?

I need to encode and Decode AS3 Objects in a typed manner. http://code.google.com/p/as3corelib/ only supports untyped encoding and decoding. http://code.google.com/p/ason/ supports some kind of typed objects but is not very robust, e.g. it fails on Date Objects. Any Recommendations ?

要清楚:它必须是JSON和它必须是强类型和强大

To make it clear: It MUST be JSON and it MUST be strong typed and robust.

推荐答案

我现在已经分叉的的 HTTP://$c$c.google.com/p/as3corelib/ 并添加类型对象的支持...

I have now forked the json part of http://code.google.com/p/as3corelib/ and added typed object support...