Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

IntegrityTSerde

Fully qualified path: integrity::lib_utils::IntegrityTSerde

impl IntegrityTSerde of Serde<IntegrityT>;

Impl functions

serialize

Fully qualified path: integrity::lib_utils::IntegrityTSerde::serialize

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

deserialize

Fully qualified path: integrity::lib_utils::IntegrityTSerde::deserialize

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