This commit is contained in:
YuTian 2024-07-17 15:57:57 +08:00
parent 8463da88ab
commit f8de08bd70
2 changed files with 3 additions and 1 deletions

View File

@ -35,6 +35,7 @@ public class SerializeHelper {
}
return jsonObject;
} catch (Exception e) {
e.getMessage();
throw new SerializeException(obj.getClass(), e);
}
}
@ -64,6 +65,7 @@ public class SerializeHelper {
}
return instance;
} catch (Exception e) {
e.getMessage();
throw new SerializeException(clazz, e);
}
}

View File

@ -1,4 +1,4 @@
name: AuLib
main: com.io.yutian.aulib.AuLib
version: 1.3
version: 1.3.1
author: SuperYuTian