exhal v8.2.0 ExHal.Transcoder.ValueConverterWithOptions behaviour
Link to this section Summary
Link to this section Types
Link to this type
t()
t()
t() :: module()
t() :: module()
Link to this section Callbacks
Link to this callback
from_hal(any, keyword)
Returns Elixir representation of HAL value.
hal_value - The HAL representation of the value to convert. opts - Options to be used by the converter.
Link to this callback
to_hal(any, keyword)
Returns HAL representation of Elixir value.
elixir_value - The Elixir representation of the value to convert. opts - Options to be used by the converter.