Gel.Protocol.CustomCodec behaviour (Gel v0.9.0)
View SourceBehaviour for custom scalar codecs.
See custom codecs development guide on hex.pm for more information.
Summary
Callbacks
@callback name() :: String.t()
Get name for type that can be decoded by codec.
@callback new() :: Gel.Protocol.Codec.t()
Initialize custom codec.