JsonSerde.Serializer 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

Specs

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