Types
Link copied to clipboard
Exception thrown when a Protobuf message cannot be decoded from wire format.
Link copied to clipboard
Exception thrown when a Protobuf message cannot be encoded to wire format.
Link copied to clipboard
Base class for exceptions thrown during Protobuf encoding or decoding operations.
Link copied to clipboard
Configuration options for Protobuf message encoding and decoding.
Link copied to clipboard
Protobuf extension descriptor.
Link copied to clipboard
class ProtoExtensionRegistry
Runtime registry of known extension descriptors.
Functions
Link copied to clipboard
Creates a ProtoConfig using a DSL-style builder block.
Link copied to clipboard
fun ProtoExtensionRegistry(builder: ProtoExtensionRegistry.Builder.() -> Unit): ProtoExtensionRegistry
Creates a ProtoExtensionRegistry using a DSL-style builder block.