Browse thread
Marshalling question
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | Jean Krivine <jean.krivine@g...> |
| Subject: | Marshalling question |
Dear ocaml users, A simple question: is it safe to marshalize a data structure that contains imperative elements (like arrays or hashtbl) ? I found the documentation of the Marshal module rather obscure to me. In particular it is not clear whether I should use the No_sharing flag. Thank you! J