Hi all, Does anyone try using ObjectUtil.copy and get the fail to convert object error?
I use this for some Java external generated class, then it work fine. But as I try to copy a class that is construct in AS, then it failed and get a runtime fail to convert error. Is there any limitation on this? I search some post on web and it mention about externalizable, what is that? and is it related? Best Regards, Dan

