v1.3
This commit is contained in:
parent
8463da88ab
commit
f8de08bd70
|
@ -35,6 +35,7 @@ public class SerializeHelper {
|
||||||
}
|
}
|
||||||
return jsonObject;
|
return jsonObject;
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
|
e.getMessage();
|
||||||
throw new SerializeException(obj.getClass(), e);
|
throw new SerializeException(obj.getClass(), e);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -64,6 +65,7 @@ public class SerializeHelper {
|
||||||
}
|
}
|
||||||
return instance;
|
return instance;
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
|
e.getMessage();
|
||||||
throw new SerializeException(clazz, e);
|
throw new SerializeException(clazz, e);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
name: AuLib
|
name: AuLib
|
||||||
main: com.io.yutian.aulib.AuLib
|
main: com.io.yutian.aulib.AuLib
|
||||||
version: 1.3
|
version: 1.3.1
|
||||||
author: SuperYuTian
|
author: SuperYuTian
|
Loading…
Reference in New Issue
Block a user