grpc v0.5.0-beta GRPC.Codec behaviour View Source
Contains code to serialize a deserialize the message.
Link to this section Summary
Callbacks
Name is identity of the codec, which will be suffix after content-type "application/grpc+" such as "proto".
Link to this section Callbacks
Link to this callback
decode(any, module) View Source
Link to this callback
encode(any) View Source
Link to this callback
name()
View Source
name()
View Source
name() :: String.t()
name() :: String.t()
Name is identity of the codec, which will be suffix after content-type "application/grpc+" such as "proto".