27282930313233
/** * Override this method if you want another ordering strategy. */ protected void sortDeserializers() { Collections.sort(this.deserializers, new PackageComparator()); }