Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove unnecessary @nonnull annotations in Serializer
The @nonnull annotations were redundant since the class is already marked with @NullMarked. This change simplifies the code and enhances readability without affecting functionality.
- Loading branch information