package hdf5

  1. Overview
  2. Docs
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.

val reset_deserialize : unit -> unit

Must be called before each call to Marshal.from_* to preserve sharing.