hdf5.caml
Hdf5_caml.Struct
hdf5.raw
ppx_h5struct
include module type of struct include Struct end
module Ext : sig ... end
module Mem : sig ... end
module Ptr : sig ... end
module type S = Struct.S
module Make (S : Struct.S) : sig ... end
val reset_serialize : unit -> unit
Must be called before each call to Marshal.to_* to preserve sharing.
Marshal.to_*
val reset_deserialize : unit -> unit
Must be called before each call to Marshal.from_* to preserve sharing.
Marshal.from_*