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