Bytes is a method for MessagePackCodecEncoder. It returns a byte slice pointer b.
()
| 86 | // Bytes is a method for MessagePackCodecEncoder. |
| 87 | // It returns a byte slice pointer b. |
| 88 | func (m *MessagePackCodecEncoder) Bytes() []byte { |
| 89 | return *m.b |
| 90 | } |
| 91 | |
| 92 | // Decode is a method on MessagePackCodecDecoder that decodes MessagePack data |
| 93 | // into the provided interface; returns an error if any decoding issues occur. |
no outgoing calls