{
size = ((Collection)encodedObject).size();
}
else
{
TranslationException ex = new TranslationException("Could not create Array " + arrayElementClass);
ex.setCode("Server.Processing");
throw ex;
}
}
Object shell = Array.newInstance(arrayElementClass, size);