MCPcopy
hub / github.com/nats-io/nats.go / GobEncoder

Struct GobEncoder

encoders/builtin/gob_enc.go:26–28  ·  view source on GitHub ↗

GobEncoder is a Go specific GOB Encoder implementation for EncodedConn. This encoder will use the builtin encoding/gob to Marshal and Unmarshal most types, including structs. Deprecated: Encoded connections are no longer supported.

Source from the content-addressed store, hash-verified

24//
25// Deprecated: Encoded connections are no longer supported.
26type GobEncoder struct {
27 // Empty
28}
29
30// FIXME(dlc) - This could probably be more efficient.
31

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected