/dubbo_reprod_serialization_example

Repository to reproduce one-way kryo serialization

Primary LanguageJava

Example project to reproduce dubbo one-way only kryo serialization

Run provider app and then run consumer App.

The consumer App can call getData() and the provider will serialize and provide it. However, when calling setData() the serialization fails.