Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

G2PointSerde

Fully qualified path: garaga::definitions::structs::points::G2PointSerde

pub impl G2PointSerde of Serde<G2Point>;

Impl functions

serialize

Fully qualified path: garaga::definitions::structs::points::G2PointSerde::serialize

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

deserialize

Fully qualified path: garaga::definitions::structs::points::G2PointSerde::deserialize

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