Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

SimpleDataTypeSerde

Fully qualified path: pragma_lib::types::SimpleDataTypeSerde

impl SimpleDataTypeSerde of Serde<SimpleDataType>;

Impl functions

serialize

Fully qualified path: pragma_lib::types::SimpleDataTypeSerde::serialize

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

deserialize

Fully qualified path: pragma_lib::types::SimpleDataTypeSerde::deserialize

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