v1.3.2
This commit is contained in:
parent
5e3dd8f654
commit
cb58d3c7e6
|
@ -30,6 +30,9 @@ public class SerializeHelper {
|
|||
continue;
|
||||
}
|
||||
Object value = field.get(obj);
|
||||
if (value == null) {
|
||||
continue;
|
||||
}
|
||||
Object serializeValue = serializeValue(value);
|
||||
jsonObject.put(field.getName(), serializeValue);
|
||||
}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
name: AuLib
|
||||
main: com.io.yutian.aulib.AuLib
|
||||
version: 1.3.1
|
||||
version: 1.3.2
|
||||
author: SuperYuTian
|
Loading…
Reference in New Issue
Block a user