Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

SatelliteTSerde

Fully qualified path: integrity::lib_utils::SatelliteTSerde

impl SatelliteTSerde of Serde<SatelliteT>;

Impl functions

serialize

Fully qualified path: integrity::lib_utils::SatelliteTSerde::serialize

fn serialize(self: @SatelliteT, ref output: Array<felt252>)

deserialize

Fully qualified path: integrity::lib_utils::SatelliteTSerde::deserialize

fn deserialize(ref serialized: Span<felt252>) -> Option<SatelliteT>