Exqute v0.1.2 Exqute.Serializers.Behaviour behaviour View Source

Link to this section Summary

Callbacks

Any specified Serializer must support these parameters

Link to this section Callbacks

Link to this callback

decode(any, list)

View Source
decode(any(), list()) :: any()

Any specified Serializer must support these parameters

Link to this callback

decode!(any, list)

View Source
decode!(any(), list()) :: any()
Link to this callback

encode(any, list)

View Source
encode(any(), list()) :: any()
Link to this callback

encode!(any, list)

View Source
encode!(any(), list()) :: any()