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