We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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,没处理其他,也不支持扩展
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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,没处理其他,也不支持扩展
The text was updated successfully, but these errors were encountered: