Legend:
Library
Module
Module type
Parameter
Class
Class type
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 dumps : ?version:int -> Object.t -> string