Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#889 Serializer for java.sql.Timestamp which preserves nanoseconds #890

Merged
merged 1 commit into from
Mar 20, 2022

Conversation

purpledrazi
Copy link
Contributor

I've added the new serializer to DefaultSeriailzers (even though it won't be used by default in Kryo 5). Is this OK? If not, let me know where it belongs.

@theigl
Copy link
Collaborator

theigl commented Mar 19, 2022

Please apply mvn formatter:format. Otherwise your PR looks good!

@purpledrazi
Copy link
Contributor Author

Updated with formatting applied.

@theigl theigl linked an issue Mar 20, 2022 that may be closed by this pull request
@theigl theigl merged commit 7b64098 into EsotericSoftware:master Mar 20, 2022
@theigl
Copy link
Collaborator

theigl commented Mar 20, 2022

Merged, thank you @purpledrazi!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

java.sql.Timestamp not persisted with full precision
2 participants