Generic Map
A wrapper data class for a Map to be serialized with MsgPack format. Without this wrapper, a map will be serialized as an object. This wrapper will serialize the map as a Generic Map extension type.
Parameters
K
The key type of the map.
V
The value type of the map.