Registry / serialization / dubbogo-hessian2

dubbogo-hessian2

JSON →
library1.2.4gogounverified

Package hessian2 provides pack/unpack for fixed length variable data in the Hessian2 protocol.

go get github.com/dubbogo/hessian2
INSTALL
IMPORT
SIG · DUBBOGO-HESSIAN2
D
dubbogo-hessian2
serializationgov1.2.4
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

hessian2
✓ github.com/dubbogo/hessian2

Pack a string value using the Hessian2 protocol.

package main import ( "fmt" "github.com/dubbogo/hessian2" ) func main() { // Example: encode a string encoded, err := hessian2.Pack("hello") if err != nil { panic(err) } fmt.Printf("Encoded: %x\n", encoded) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.2.4latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
dubbogo-hessian2 — go get dubbogo-hessian2 · libregistry