object
  method from_channel : Pervasives.in_channel -> 'a
  method from_file : string -> 'a
  method from_string : string -> 'a
  method to_channel : 'a -> Pervasives.out_channel -> unit
  method to_file : 'a -> string -> unit
  method to_string : 'a -> string
end