# sofa-hessian **Repository Path**: liondevelop/sofa-hessian ## Basic Information - **Project Name**: sofa-hessian - **Description**: SOFA-Hessian 基于原生 Hessian v4.0.51 进行改进,目前已经蚂蚁金服内部稳定运行多年。我们修复了一些 bug,增强了一些功能,并且添加了一些特性 - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 37 - **Created**: 2023-01-05 - **Last Updated**: 2023-01-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # SOFA-Hessian [![Build Status](https://github.com/sofastack/sofa-hessian/workflows/build/badge.svg?branch=master)](https://github.com/sofastack[![Coverage Status](https://codecov.io/gh/alipay/sofa-hessian/branch/master/graph/badge.svg)](https://codecov.io/gh/alipay/sofa-hessian) [![Coverage Status](https://codecov.io/gh/sofastack/sofa-hessian/branch/master/graph/badge.svg)](https://codecov.io/gh/sofastack/sofa-hessian) ![License](https://img.shields.io/badge/license-Apache--2.0-green.svg) [Hessian](http://hessian.caucho.com/#Java) 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](https://github.com/sofastack/sofa-hessian/wiki/Improvements). ## Required - JDK 6 or above. ## Documents - [Release Notes](https://github.com/sofastack/sofa-hessian/wiki/ReleaseNotes) - [User Guide](https://github.com/sofastack/sofa-hessian/wiki/UserGuide) - [Improvements](https://github.com/sofastack/sofa-hessian/wiki/Improvements) - [Road Map](https://github.com/sofastack/sofa-hessian/wiki/RoadMap) ## License - [Apache License 2.0](https://github.com/sofastack/sofa-hessian/blob/master/LICENSE)