Hessian is a high-performance and high-compatibility binary serialization protocol.
SOFA-Hessian is an internal improvement version based on native Hessian v4.0.51. At present, It has been used internally for many years in Ant Financial. We have fixed some bugs, enhanced some functions, and add some features, includes:
- Add generic serialization.
- Add
ClassNameResolver
&ClassNameFilter
for the mapping, converting or filtering of the class name. - Add serialization blacklist from Ant Security Team.
- Improves map locking of the cache in
SerializerFactory
. - See more at Improvements.
- JDK 6 or above.