Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 1.49 KB

README_EN.md

File metadata and controls

28 lines (20 loc) · 1.49 KB

SOFA-Hessian

Build Status Coverage Status License

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.

Required

  • JDK 6 or above.

Documents

License