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