Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

IFactRegistryWithMockingSafeLibraryDispatcherSerde

Fully qualified path: integrity::contracts::fact_registry_interface::IFactRegistryWithMockingSafeLibraryDispatcherSerde

Part of the group: dispatchers

impl IFactRegistryWithMockingSafeLibraryDispatcherSerde of Serde<
    IFactRegistryWithMockingSafeLibraryDispatcher,
>;

Impl functions

serialize

Fully qualified path: integrity::contracts::fact_registry_interface::IFactRegistryWithMockingSafeLibraryDispatcherSerde::serialize

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

deserialize

Fully qualified path: integrity::contracts::fact_registry_interface::IFactRegistryWithMockingSafeLibraryDispatcherSerde::deserialize

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