Yex.Output protocol (y_ex v0.7.3)

View Source

Protocol for converting shared types to their preliminary representations. This is useful for serialization and data transfer between different parts of the system.

Summary

Types

t()

All the types that implement this protocol.

Functions

Converts a shared type to its preliminary representation. The preliminary representation is a simpler form that can be easily serialized or transferred.

Types

t()

@type t() :: term()

All the types that implement this protocol.

Functions

as_prelim(shared_type)

Converts a shared type to its preliminary representation. The preliminary representation is a simpler form that can be easily serialized or transferred.