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

数据返回不支持jdk8的 LocalDateTime,版本4.2.5 #131

Open
glfbin opened this issue Sep 14, 2022 · 0 comments
Open

数据返回不支持jdk8的 LocalDateTime,版本4.2.5 #131

glfbin opened this issue Sep 14, 2022 · 0 comments

Comments

@glfbin
Copy link

glfbin commented Sep 14, 2022

LocalDateTime返回的是下面这种格式,SerializationChainSpi也没法处理,版本4.2.5
"creationDate": {
"dayOfMonth": 24,
"dayOfWeek": "TUESDAY",
"dayOfYear": 144,
"year": 2022,
"month": "MAY",
"nano": 0,
"monthValue": 5,
"hour": 9,
"minute": 15,
"second": 44
},

看代码 DomainHelper.java convertTo方法只处理了date,没处理其他,也不支持扩展

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

No branches or pull requests

1 participant