MCPcopy Index your code
hub / github.com/vmihailenco/msgpack / EncodeMsgpack

Method EncodeMsgpack

msgpack.go:14–14  ·  view source on GitHub ↗
(*Encoder)

Source from the content-addressed store, hash-verified

12
13type CustomEncoder interface {
14 EncodeMsgpack(*Encoder) error
15}
16
17type CustomDecoder interface {

Callers 2

encodeCustomValuePtrFunction · 0.65
encodeCustomValueFunction · 0.65

Implementers 4

CustomEncodertypes_test.go
coderStructmsgpack_test.go
benchmarkStruct2bench_test.go
customStructexample_CustomEncoder_test.go

Calls

no outgoing calls

Tested by

no test coverage detected