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

java.sql.Timestamp cannot be serialized by default #56

Closed
JanSchankin opened this issue Mar 22, 2021 · 1 comment
Closed

java.sql.Timestamp cannot be serialized by default #56

JanSchankin opened this issue Mar 22, 2021 · 1 comment
Assignees
Labels
bug Something isn't working
Projects
Milestone

Comments

@JanSchankin
Copy link
Contributor

Currently java.sql.Timestamp needs a custom BeanExtension. I expect that this is used quite offten, so we should ad this to the standard bean mapper.

@JanSchankin JanSchankin added the bug Something isn't working label Mar 22, 2021
@JanSchankin JanSchankin added this to the v1.2.0 milestone Mar 22, 2021
@JanSchankin JanSchankin self-assigned this Mar 22, 2021
@rcschrg
Copy link
Contributor

rcschrg commented Mar 26, 2021

It would make sense to create a custom extension for all classes which are extending java.util.Date.

Perhaps just extend JavaTimeExtension for this.

@rcschrg rcschrg assigned rcschrg and unassigned JanSchankin Apr 6, 2021
JanSchankin added a commit that referenced this issue Apr 6, 2021
@JanSchankin JanSchankin added this to To do in Dev via automation Aug 23, 2021
@JanSchankin JanSchankin moved this from To do to Done in Dev Aug 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
No open projects
Dev
  
Done
Development

No branches or pull requests

2 participants