Registry / serialization / sereal-sereal

sereal-sereal

JSON →
library0.0.0-20230331183429-9ec23d37de19gogounverified

Sereal is a binary serialization format, with this package providing Go support for encoding and decoding Sereal data.

go get github.com/Sereal/Sereal
INSTALL
IMPORT
SIG · SEREAL-SEREAL
S
sereal-sereal
serializationgov0.0.0-20230331183429-9ec23d37de19
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.

Sereal
github.com/Sereal/Sereal

Marshals a byte slice into Sereal format.

package main import ( "github.com/Sereal/Sereal" ) func main() { data, err := Sereal.Marshal([]byte("hello")) if err != nil { panic(err) } _ = data }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20230331183429-9ec23d37de19latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
sereal-sereal — go get sereal-sereal · libregistry