ExPlay v0.1.0 ExPlay.Protobuf

Wrapper Module for encoding/decoding protobuf data.

It’s important that the npm module protobufjs is available to the project. Currently no Elixir/Erlang package supports Protobuf v2.

Summary

Functions

Decodes protobuf data from a Protobuf binary or HTTPResponse body, according to the specified message type

Functions

decode(data, type \\ "ResponseWrapper")

Decodes protobuf data from a Protobuf binary or HTTPResponse body, according to the specified message type.

Message type defaults to ResponseWrapper.