KiwiCodec.Decoder (kiwi_codec v0.2.0)

Copy Markdown View Source

Decodes Kiwi wire binaries into generated Kiwi structs.

This module is used by KiwiCodec.decode/2; callers normally interact with the public API or generated module decode/1 functions.

Summary

Functions

decode(binary, module)

@spec decode(binary(), module()) :: struct()