}
mw.visitVarInsn(ISTORE, context.var("seperator"));
for (int i = 0; i < size; ++i) {
FieldInfo property = getters.get(i);
Class<?> propertyClass = property.getFieldClass();
mw.visitLdcInsn(property.getName());
mw.visitVarInsn(ASTORE, context.fieldName());
if (propertyClass == byte.class) {
_byte(clazz, mw, property, context);
} else if (propertyClass == short.class) {