v1.3
This commit is contained in:
parent
8463da88ab
commit
f8de08bd70
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
name: AuLib
|
||||
main: com.io.yutian.aulib.AuLib
|
||||
version: 1.3
|
||||
version: 1.3.1
|
||||
author: SuperYuTian
|
Loading…
Reference in New Issue
Block a user