From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on yquem.inria.fr X-Spam-Level: X-Spam-Status: No, score=0.6 required=5.0 tests=HTML_00_10,HTML_MESSAGE autolearn=disabled version=3.1.3 X-Original-To: caml-list@yquem.inria.fr Delivered-To: caml-list@yquem.inria.fr Received: from mail3-relais-sop.national.inria.fr (mail3-relais-sop.national.inria.fr [192.134.164.104]) by yquem.inria.fr (Postfix) with ESMTP id B05C4BBC1 for ; Fri, 25 Apr 2008 22:42:06 +0200 (CEST) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AtIAAPfeEUhC+VLmd2dsb2JhbACCMziObgEMBQIECQ+VVYUD X-IronPort-AV: E=Sophos;i="4.25,709,1199660400"; d="scan'208";a="11938343" Received: from concorde.inria.fr ([192.93.2.39]) by mail3-smtp-sop.national.inria.fr with ESMTP; 25 Apr 2008 22:42:06 +0200 Received: from mail3-relais-sop.national.inria.fr (mail3-relais-sop.national.inria.fr [192.134.164.104]) by concorde.inria.fr (8.13.6/8.13.6) with ESMTP id m3PKg5ah017230 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=OK) for ; Fri, 25 Apr 2008 22:42:06 +0200 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AtIAAPfeEUhC+VLmd2dsb2JhbACCMziObgEMBQIECQ+VVYUD X-IronPort-AV: E=Sophos;i="4.25,709,1199660400"; d="scan'208";a="11938342" Received: from wx-out-0506.google.com ([66.249.82.230]) by mail3-smtp-sop.national.inria.fr with ESMTP; 25 Apr 2008 22:42:05 +0200 Received: by wx-out-0506.google.com with SMTP id h28so5258509wxd.0 for ; Fri, 25 Apr 2008 13:42:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; bh=+G84qO5ZkUwzs06Yq5g/HTUK40l99dEPUIu2MbdFrtg=; b=KvP8m6qYjNHlwNT/9AEi4O2IKDObUjXzlCvuSik9UjaTS4/HISjWO1iSzDdACeNHNimu8IF9bWPlNJEq7GNqGsDY0/ybJEJy+wRXPubsjZjfO89YUdHs2UZXgmseId+vVrCzt+mFQkR5uf3CjpV7r8CxTa/hOgzKI0lClvGSbkM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=MYWpiMhKjaf3+i6SFsUBxzuD1SWE7+Tm/PeLMBlgfHJUNeeQqsymiTPzfcs6S3vSdZfrwX7G2HnoXoT3n3KTkZDkD5q8+irN1w3guqf7AFgkSuF5ruAlNaAY0kRQt5tZNLXn48gTp2w6rHkTcs2wfXi0TfjBsc+7rkN5X3dstSc= Received: by 10.100.134.10 with SMTP id h10mr8328586and.117.1209156123944; Fri, 25 Apr 2008 13:42:03 -0700 (PDT) Received: by 10.100.216.8 with HTTP; Fri, 25 Apr 2008 13:42:02 -0700 (PDT) Message-ID: Date: Fri, 25 Apr 2008 16:42:02 -0400 From: "Jacques Le Normand" To: caml-list@inria.fr Subject: marshalling objects MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_9883_12789262.1209156123932" X-Miltered: at concorde with ID 4812421D.000 by Joe's j-chkmail (http://j-chkmail . ensmp . fr)! X-Spam: no; 0.00; marshalling:01 foo:01 foo:01 cheers:01 cheers:01 marshal:01 marshal:01 caml:02 caml:02 objects:02 jacques:03 object:09 object:09 file:11 file:11 ------=_Part_9883_12789262.1209156123932 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline 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 ------=_Part_9883_12789262.1209156123932 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline 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
------=_Part_9883_12789262.1209156123932--