package pyml

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val read_object_from_file : in_channel file -> Object.t
val load : in_channel file -> Object.t
val read_last_object_from_file : in_channel file -> Object.t
val read_object_from_string : string -> int -> Object.t
val loads : string -> Object.t
val write_object_to_file : Object.t -> out_channel file -> int -> unit
val dump : ?version:int -> Object.t -> out_channel file -> unit
val write_object_to_string : Object.t -> int -> Object.t
val dumps : ?version:int -> Object.t -> string
val version : unit -> int