pub fn serialize_generic<M>(json: &Value, type_name: &str) -> String
where M: MzReflect,
Expand description

Simpler interface for serialize when no syntax overrides or extensions are needed.