Create a new clause when the value is a map. This is useful for the Riak Adapter. ```erlang to_bin(Data) when is_map(Data) -> term_to_binary(Data); ```
Create a new clause when the value is a map. This is useful for the Riak Adapter.