[
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: | 2008-04-25 (20:42) |
From: | Jacques Le Normand <rathereasy@g...> |
Subject: | marshalling objects |
hello caml list, if I marshal an object of class c and I write the result in a file foo.txt and, later on, I add methods to c, can I read the object in foo.txt and call the new methods on the object? cheers --Jacques