hessian2-codec icon indicating copy to clipboard operation
hessian2-codec copied to clipboard

hessian2-codec it is a complete C++ implementation of hessian2 spec

Results 7 hessian2-codec issues
Sort by recently updated
recently updated
newest added

A helpless fact is that there are two different versions of hessian2. One is the version that the dubbo used. See http://hessian.caucho.com/doc/hessian-serialization.html. Another is the version the sofa used. See...

Optimize the `toDebugString` method for easy display

C++ does not have a global parent like Java Object, so there is no single type that can represent all hessian types, so we create an Object base class from...

enhancement
help wanted

Ref: https://github.com/google/oss-fuzz

enhancement
help wanted

fix #33 Our coverage generation relies on the directory `external/hessian2-codec/bazel/coverage/collect_cc_coverage.sh` where collect_cc_coverage.sh is located. After updating the bazel version, I found the directory `external/hessian2-codec/bazel/coverage/collect_cc_coverage.sh` not exists, the hessian2-codec self is...

After [bazel build system change to module](https://github.com/alibaba/hessian2-codec/pull/30), tThe existing test coverage script has become failed.