Garuda v0.2.5 Garuda.Utils.MsgpaxSerializer
Conatians msgpax encoders and deooders
Link to this section Summary
Functions
Decodes MessagePack binary into Phoenix.Socket.Message
struct.
Encodes a Phoenix.Socket.Message
struct to MessagePack binary.
Translates a Phoenix.Socket.Broadcast
into a Phoenix.Socket.Message
.
Link to this section Functions
Link to this function
decode!(message, opts)
Decodes MessagePack binary into Phoenix.Socket.Message
struct.
Link to this function
encode!(reply)
Encodes a Phoenix.Socket.Message
struct to MessagePack binary.
Link to this function
fastlane!(msg)
Translates a Phoenix.Socket.Broadcast
into a Phoenix.Socket.Message
.