Class type Encoding.t

class type [['a, 'b]] t = object .. end

method encode : 'a -> 'b
method decode : 'b -> 'a option