[flexcoders] AMF Serialization hooks?

2007-03-07 Thread Samuel R. Neff
Is there any way to run custom code related to AMF serialization without writing everything from scratch using IExternalizable? From the docs it seems like the only option is to do it all yourself or do nothing yourself--no middle ground. I'd like to primarily use the built-in AMF serialization

Re: [flexcoders] AMF Serialization hooks?

2007-03-07 Thread Jim Cheng
Samuel R. Neff wrote: Is there any way to run custom code related to AMF serialization without writing everything from scratch using IExternalizable? From the docs it seems like the only option is to do it all yourself or do nothing yourself--no middle ground. The ByteArray native class