protobuf
▼
Project version
v0.14.1
v0.14.0
v0.13.0
v0.12.0
v0.11.0
v0.10.0
v0.9.0
v0.8.0
v0.8.0-beta.1
v0.8.0-beta
v0.7.1
v0.7.0
v0.6.3
v0.6.2
v0.6.1
v0.5.4
v0.5.3
v0.5.2
v0.5.0
v0.4.1
v0.4.0
v0.3.4
v0.3.3
v0.3.2
v0.3.1
v0.3.0
v0.2.0
v0.1.0
Pages
Modules
API Reference
Modules
protobuf-elixir
Why this instead of exprotobuf(gpb)?
Installation
Features
Usage
Tests
Sponsors
Acknowledgements
Google.Protobuf
Summary
Functions
from_datetime/1
from_map/1
to_datetime/1
to_map/1
Protobuf
Sections
Usage
Options
Summary
Types
unknown_field/0
wire_type/0
Callbacks
decode/1
encode/1
new/0
new/1
new!/1
transform_module/0
Functions
decode/2
encode/1
encode_to_iodata/1
get_unknown_fields/1
load_extensions/0
Protobuf.DSL
Summary
Functions
extend/4
extensions/1
field/3
on_def/6
oneof/2
Protobuf.Extension
Sections
Examples
Summary
Functions
get/4
max/0
put/5
Protobuf.JSON
Sections
Types
Usage
Known Issues and Limitations
google.protobuf.Any
Summary
Types
encode_opt/0
json_data/0
Functions
decode/2
decode!/2
encode/2
encode!/2
encode_to_iodata/2
encode_to_iodata!/2
from_decoded/2
to_encodable/2
Protobuf.Protoc.CLI
Sections
Examples
Summary
Functions
supported_features/0
Protobuf.TransformModule
Summary
Types
message/0
type/0
value/0
Callbacks
decode/2
encode/2
typespec/1
Protobuf.TransformModule.InferFieldsFromEnum
Exceptions
Protobuf.DecodeError
Protobuf.EncodeError
Protobuf.ExtensionNotFound
Protobuf.InvalidError
Protobuf.JSON.DecodeError
Summary
Types
t/0
Functions
new/1
Protobuf.JSON.EncodeError
Summary
Types
t/0
Functions
new/1
Search documentation of protobuf
Settings
View Source
Protobuf.DecodeError
exception
(protobuf v0.14.1)
An error for when decoding a Protobuf message fails.
×