Raxol.Protocols.CoreProtocols.Serializable protocol (Raxol v2.0.1)
View SourceProtocol for serializing and deserializing data structures. Handles conversion to/from various formats (JSON, TOML, binary).
Summary
Functions
Deserializes data from the specified format.
Gets the serialization schema for validation.
Serializes the data to the specified format.
Types
@type t() :: term()
All the types that implement this protocol.