EntryStorageSerde
Fully qualified path: pragma_lib::types::EntryStorageSerde
impl EntryStorageSerde of Serde<EntryStorage>;
Impl functions
serialize
Fully qualified path: pragma_lib::types::EntryStorageSerde::serialize
fn serialize(self: @EntryStorage, ref output: Array<felt252>)
deserialize
Fully qualified path: pragma_lib::types::EntryStorageSerde::deserialize
fn deserialize(ref serialized: Span<felt252>) -> Option<EntryStorage>