dubbo-hessian-lite
dubbo-hessian-lite copied to clipboard
Fix broken unit tests due to strict Serializable interface restrictions
Because java.util.Map
and java.util.Set
do not implement the Serializable interface, but https://github.com/apache/dubbo-hessian-lite/commit/99d689cf47c00b664db89bc8dff44dcd595b6ea6 imposes strict restrictions.