Struct fuzzcheck::SerdeSerializer [−][src]
pub struct SerdeSerializer<S> { /* fields omitted */ }Expand description
A serializer that uses serde and serde_json to serialize the test
inputs (of arbitrary type T: Serializable + for<'e> Deserializable<'e>)
to a json file.