MCPcopy
hub / github.com/go-eagle/eagle / GobEncoding

Struct GobEncoding

pkg/encoding/gob_encoding.go:9–9  ·  view source on GitHub ↗

GobEncoding gob encode

Source from the content-addressed store, hash-verified

7
8// GobEncoding gob encode
9type GobEncoding struct{}
10
11// Marshal gob encode
12func (g GobEncoding) Marshal(v interface{}) ([]byte, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected