Go: Serializing structs with Map of Generic
Is it possible to serialize a structure like the below using gob
or perhaps something like MsgPack
. I haven’t used either in combination with generics.
Is it possible to serialize a structure like the below using gob
or perhaps something like MsgPack
. I haven’t used either in combination with generics.