exhal v8.2.0 ExHal.Transcoder.IdentityConverter
Link to this section Summary
Link to this section Functions
Link to this function
from_hal(it)
Returns Elixir representation of HAL value.
hal_value - The HAL representation of the value to convert.
Callback implementation for ExHal.Transcoder.ValueConverter.from_hal/1
.
Link to this function
to_hal(it)
Returns HAL representation of Elixir value.
elixir_value - The Elixir representation of the value to convert.
Callback implementation for ExHal.Transcoder.ValueConverter.to_hal/1
.