package
1.0.1
Repository: https://github.com/segmentio/objconv.git
Documentation: pkg.go.dev

# Functions

Marshal writes the MessagePack representation of v to a byte slice returned in b.
NewDecoder returns a new MessagePack decoder that parses values from r.
No description provided by the author
NewEncoder returns a new MessagePack encoder that writes to w.
No description provided by the author
NewStreamDecoder returns a new MessagePack stream decoder that parses values from r.
NewStreamEncoder returns a new MessagePack stream encoder that writes to w.
Unmarshal decodes a MessagePack representation of v from b.

# Variables

Codec for the CBOR format.

# Structs

Emitter implements a MessagePack emitter that satisfies the objconv.Emitter interface.
No description provided by the author