I have found to following code that supposed to do the conversion but I
need some help with it.

public function result(data:Object):void
{
var result:Object = data.result; // Result is an ObjectProxy;
        var newObj:ObjectProxy = new ObjectProxy(StrongType);
var obj:Object = newObj.object_proxy::object;
obj =
com.adobe.serializers.utility.TypeUtility.convertToStrongType(result,
StrongType);
}

Not all data seems like getting converted. Is there other way of such
conversion?

Thanks for help.

Reply via email to