Hi

I'm doing a bunch of coding at the moment which requires the
generation of lots of VO's.

I wrote some code to use reflection to analyze the object in an
ObjectProxy and generate the AS3 code to represent this object.  (Will
share this once it's cleaned up).

Now, I'd like to subclass the ObjectProxy class to providing a
property sourceCode():String which returns the code to represent the
class.

Subclassing the ObjectProxy is easy.  How do I set the type of object
returned by a RemoteObject result to my subclassed  ObjectProxy?

Marty

Reply via email to