Object serialization: Difference between revisions

→‎{{header|OCaml}}: link to the module Marshal
(Added Rust)
(→‎{{header|OCaml}}: link to the module Marshal)
Line 1,698:
print_entity result1;;
print_entity result2;;</lang>
 
The module which provides functions to encode arbitrary data structures as sequences of bytes is [http://caml.inria.fr/pub/docs/manual-ocaml/libref/Marshal.html the module Marshal].
 
=={{header|Ol}}==