ClassMethod ctor = file.addMethod(Modifier.PUBLIC, "<init>", "V");
ctor.getCodeAttribute().aload(0);
ctor.getCodeAttribute().invokespecial(SerializationHackProxy.class.getName(), "<init>", "()V");
ctor.getCodeAttribute().returnInstruction();
clazz = file.define(loader);
} catch (RuntimeException ex) {
try {
clazz = loader.loadClass(NAME);
} catch (ClassNotFoundException e1) {
throw ex;