public FieldData(ExportContext ctx, FieldInfo field, string name, object prototype)
 {
     _field = field;
     _name = name;
     _defvalue = field.GetValue(prototype);
     _type = ctx.getTypeData(field.FieldType);
 }