class virtual marshallable :The virtual marshallable class, which should be the base class of all classes intended for marshalling with this technique.object
..end
method to_string : string
self
into a string, and return the stringmethod to_channel : Pervasives.out_channel -> unit
self
into the given channel, and return unit.method to_file : string -> unit
self
into the given file, and return unit.