{
SerializeAs sas = (SerializeAs)an;
try
{
Object value = field.get(inClass);
parameters.add(new ParameterData(Math.max(0, sas.pos() - 1), field.getType().getName(), value, sas.special()));
break;
}
catch(Exception e)
{
RemoteEntities.getInstance().getLogger().warning("Unable to add desire parameter. " + e.getMessage());