Hello,

I have an XML string ( generated from JAXB) which using decoder.decodeXML()
results in a Object with the exact structure of a custom class Arquivo. when
I try:

- var arquivo:Arquivo = Arquivo( ObjectUtil.copy( resultObj ) );
- var arquivo:Arquivo = resultObj as Arquivo;

I get cast errors. How can I copy that object forcing it to cast to that
class?
-- 
Jhonny Everson

Reply via email to