-
Notifications
You must be signed in to change notification settings - Fork 495
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
[BUG]Dubbo Tri协议调用序列化报错 #2231
Comments
你这边先加上nullable临时解决一下, 这样 data class Hello(
val value: String? = "hello"
) kotlin 我不太懂,为什么执行到 copy 方法了🤔copy 方法应该要过滤一下? |
https://oss.sonatype.org/content/repositories/snapshots/com/alibaba/fastjson2/fastjson2/2.0.47-SNAPSHOT/ |
fastjson2-kotlin还没有2.0.47版本,希望可以同步上,辛苦了 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
详情请前往:apache/dubbo#13733 (comment)
The text was updated successfully, but these errors were encountered: