kcjoon / as3corelib

Automatically exported from code.google.com/p/as3corelib
0 stars 0 forks source link

Enhancement: JSON deserializer shall take advantage of actionscript class typing #27

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?

Please provide any additional information below.
JSON allows class hint and JSON deserializer shall allow users to request
returning object being strongly typed. Specifically, for example, when I
serialize a java object from server side, I could specify a corresponding
actionscript 3 class to use. Then on the client side I could get this
object instead of a generic object. When JSON serializer serializes an
actionscript object, the actionscript class shall also appear as a class hint.

Thank you very much!

Melvin 
ma.qianfan@ginkgosoft.com

Original issue reported on code.google.com by ma.qian...@gmail.com on 13 Jul 2007 at 4:31

GoogleCodeExporter commented 8 years ago

Original comment by darron.schall on 23 Oct 2008 at 2:16

GoogleCodeExporter commented 8 years ago

Original comment by mikechambers on 7 Nov 2008 at 7:29