There're some types not supported by dubbo-java and/or dubbo-go-hessian2, which could be identified and blocked with comprehensive error message when registering.
The types inlude:
[]bool, not supported by dubbo-java
[]int16, not supported by dubbo-java
[]binary, not supported by dubbo-go-hessian2
map[bool]byte, not supported by dubbo-java
map[bool]int16, not supported by dubbo-java
- ...