ActionScript 3 or Java Marashalling

Started by
-1 comments, last by AhmedCoeia 10 years, 9 months ago

I'm using this library http://code.google.com/p/asaxb/ for marshalling/unmarshalling xml files.

The problem that I'm facing, I would like to build a lot of objects out of different XMLs at Runtime. I must write the instance name of the class that I want to marshall or unmarshall, is there a way to avoid that, so that it builds out the object based on the data that is there ?

var context:ASAXBContext=ASAXBContext.newInstance(Inventory);

This topic is closed to new replies.

Advertisement