MCPcopy Create free account
hub / github.com/corestoreio/pkg / GobCodec

Struct GobCodec

storage/objcache/encoder_gob.go:30–30  ·  view source on GitHub ↗

GobCodec is used to Encode/decode using the Gob format. You must use gob.Register to add new types to a pooled gob encoder. The gob encoding gets used in its stream idea implementation. Types won't get stored in the backend. Each change in type must trigger a cace flush.

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected