Open danomatic opened 7 years ago
According to this, "The efficiency of Hessian 2.0 is about twice that of java.io serialization."
My company has been using this in production for months without issue.
That being said, this does add an extra Maven dependency. If that is problematic, it could be split to another project or we could just demonstrate how to use it in the docs.
Ideally, we'd have to generate another jar with the serializer so that people could decide whether or not to include that dependency.
In the first place, I could live if we simply include the serializer in the main library.
@danielprplt I've added code to make sure that the input and output streams are closed.
@danomatic Could you resolve the conflicts present in your branch? In any case, thank you for your work.
Based on the
custom-serializer
branch. Adds an additional serializer,HessianSerializer
, that should be more performant and avoid some of the issues we experienced withJavaSerializer
.