JsonSerde.Deserializer protocol (json_serde v1.1.1)

Link to this section Summary

Types

t()

All the types that implement this protocol.

Link to this section Types

Specs

t() :: term()

All the types that implement this protocol.

Link to this section Functions

Link to this function

deserialize(t, serialized_term)

Specs

deserialize(t(), map() | list() | binary() | integer() | float()) ::
  {:ok, term()} | {:error, term()}