Configure MessagePack to be a bit more like gob
By default codec's MessagePack encode/decode will convert a string into a []byte. Tweak the settings so that string -> string and []byte -> []byte.
Showing
Please register or sign in to comment