Phoenix.Transports.Serializer behaviour

Defines a Behaviour for Transport Phoenix.Socket.Message serializiation

Source

Callbacks

decode!/1

Specs:

Decodes binary into Phoenix.Socket.Message struct

Source
encode!/1

Specs:

Encodes Phoenix.Socket.Message struct to binary

Source