MCPcopy Create free account
hub / github.com/FuzzAnything/PromptFuzz / Serialize

Interface Serialize

src/program/serde.rs:12–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10};
11
12pub trait Serialize: Sized {
13 fn serialize(&self) -> String;
14}
15
16pub trait Deserialize: Sized {
17 fn deserialize(de: &mut Deserializer) -> Result<Self>;

Callers

nothing calls this directly

Implementers 2

prompt.rssrc/request/prompt.rs
serde.rssrc/program/serde.rs

Calls

no outgoing calls

Tested by

no test coverage detected