Use ObjectUtil.getClassInfo (In the mx.utils package) and look at the alias property of the returned object.
--- In [email protected], "limscoder" <limsco...@...> wrote: > > I have the following metadata attached to a class: > [RemoteClass(alias="models.User")] > public class User... > > Is there a way to retrieve the alias string from the class? >

