memcache v0.1.3 Memcache.Transcoder behaviour

Link to this section Summary

Link to this section Functions

Link to this function decode_value(value, data_type)
Link to this function encode_value(value)

Link to this section Callbacks

Link to this callback decode_value(value, data_type)
decode_value(value :: binary(), data_type :: binary()) :: any()
Link to this callback encode_value(value)
encode_value(value :: any()) :: {binary(), binary()}