Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use Integer instead of int for
The*
attributes
int will always be serialized, but Integer will only be serialized if not null.
- Loading branch information