> We have mx.rpc.SimpleXMLDecoder, and some undocumented decoders as well.

But those just convert to/from generic objects, right? I'm talking
about typed objects (for best performance). All the examples I see
with SimpleXMLDecoder go to/from generic objects.

I'd actually be cool with code generators, even (that's how .NET
addresses it). I think Flex is really needing these types of tools
(and was hoping Flex 3 would deliver them). I should be able to write
a single schema that then generates classes with XML serialization
automatically.

In fact, I *should* be able to write a single schema and then have a
code generator that creates the AS3 model classes, server-side classes
(Java, PHP, Ruby, etc.) *and* SQL queries to create the table. Kinda
like RoR's migrations (but with the necessity of client-side classes
as well). Basic DRY stuff.

I wish my job would afford me the time to write these tools myself! ;-)

Troy.

Reply via email to