Skip to content

Releases: ggwhite/go-hessian

v1.0.0 Release

22 Apr 02:27
Compare
Choose a tag to compare

Supported Hessian v1.0 specification.

Ref: hessian 1.0 spec

Type Serialize Deserialize
null Y Y
boolean Y Y
int Y Y
long Y Y
double Y Y
date N N
string Y Y
xml N N
binary Y Y
list Y Y
ref N N
remote N N

Hessian v2.0 specification is unsupported yet.