Closed lkhuge closed 4 weeks ago
Can you please provide a demo? I cannot reproduce it.
Or have you ever configure the hessian-lite version. Hessian-lite 4.x has improved the compability with Record
This problem is not caused by Hessian-lite but by dubco-serialization-hessian2
Can you please provide a demo? I cannot reproduce it.
Or have you ever configure the hessian-lite version. Hessian-lite 4.x has improved the compability with
Record
You can compare
and
for
protected Deserializer getDefaultDeserializer(Class cl)
dubco-serialization-hessian2 is missing
if (RecordUtil.isRecord(cl)) return new RecordDeserializer(cl, _fieldDeserializerFactory);
Got it. Will be fixed in https://github.com/apache/dubbo/pull/14820
Pre-check
Search before asking
Apache Dubbo Component
Java SDK (apache/dubbo)
Dubbo Version
Dubbo Java 3.3.1
Steps to reproduce this issue
use:
result: (error in server(Deserializer) )
What you expected to happen
support record class
Anything else
Are you willing to submit a pull request to fix on your own?
Code of Conduct