MCPcopy Index your code
hub / github.com/go-dev-frame/sponge / JSONSnappyEncoding

Struct JSONSnappyEncoding

pkg/encoding/json_encoding.go:107–107  ·  view source on GitHub ↗

JSONSnappyEncoding json format and snappy compression

Source from the content-addressed store, hash-verified

105
106// JSONSnappyEncoding json format and snappy compression
107type JSONSnappyEncoding struct{}
108
109// Marshal serialization
110func (s JSONSnappyEncoding) Marshal(v interface{}) (data []byte, err error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected