Class virtual Oomarshal.marshallable


class virtual marshallable : object .. end
The virtual marshallable class, which should be the base class of all classes intended for marshalling with this technique.

method to_string : string
Marshal self into a string, and return the string
method to_channel : Pervasives.out_channel -> unit
Marshal self into the given channel, and return unit.
method to_file : string -> unit
Marshal self into the given file, and return unit.