Module type Deriving_Json.Json_converter

module type Json_converter = sig .. end
The signature of the Converter class.

type a 
type b 
val t : a Deriving_Json.t
val from_ : a -> b
val to_ : b -> a