Commanded v0.18.1 Commanded.Serialization.JsonDecoder protocol View Source
Link to this section Summary
Functions
Protocol to allow additional decoding of a value that has been deserialized
using the Commanded.Serialization.JsonSerializer
.
Link to this section Types
Link to this type
t()
View Source
t()
View Source
t() :: term()
t() :: term()
Link to this section Functions
Link to this function
decode(data) View Source
Protocol to allow additional decoding of a value that has been deserialized
using the Commanded.Serialization.JsonSerializer
.
The protocol is optional. The default behaviour is to to return the value if an explicit protocol is not defined.