@Bean
public Jackson2ObjectMapperBuilderCustomizer jackson2ObjectMapperBuilderCustomizer() {
return builder -> builder
.serializerByType(LocalDateTime.class, jacksonLocalDateTimeSerializer)
.deserializerByType(LocalDateTime.class, jacksonLocalDateTimeDeserializer);
}
I specified Serializer and Deserializer, but they didn't work! Example Repository:https://github.com/juzi214032/oerp Branch:feat/jackson
Comment From: wilkinsona
Thanks for the sample, but I'm afraid it's not clear how we should use it to reproduce the problem that you are seeing. This is partly because the sample is rather large and contains a lot of code and dependencies that don't appear to be related to a Jackson serialisation problem. Unfortunately, we don't have time to reduce things down ourselves, particularly as doing so may mean that we change the behaviour so that we can't reproduce the problem or end up solving a different problem. If you would like us to spend some time investigating, can you please spend some time reducing the same to the minimum that is required to reproduce the problem and providing some instructions on how to reproduce it.
Comment From: spring-projects-issues
If you would like us to look at this issue, please provide the requested information. If the information is not provided within the next 7 days this issue will be closed.
Comment From: spring-projects-issues
Closing due to lack of requested feedback. If you would like us to look at this issue, please provide the requested information and we will re-open the issue.