github.com/vmihailenco/msgpack/v5.Marshaler.MarshalMsgpack (method)

3 uses

	github.com/vmihailenco/msgpack/v5 (current package)
		encode_value.go#L163: 	b, err := marshaler.MarshalMsgpack()
		ext.go#L26: 		return marshaler.MarshalMsgpack()
		msgpack.go#L6: 	MarshalMsgpack() ([]byte, error)