View Source Synq.Encoder protocol (synq v0.2.0)
Allows customization of the representation of a given type
as the state in a Synq.Channel
. It is called before serialization
and json diffing.
Summary
Types
@type t() :: term()
All the types that implement this protocol.