[Fwd: Re: Object serialization]

Vanholst Danny vanholst@imec.be
Fri, 06 Feb 1998 17:21:26 +0000


This is a multi-part message in MIME format.

--------------32936D312926933A4E7CD865
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

-- 
Danny Vanholst				vanholst@imec.be

--------------32936D312926933A4E7CD865
Content-Type: message/rfc822
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

Message-ID: <34DB4652.2A049655@imec.be>
Date: Fri, 06 Feb 1998 17:20:18 +0000
From: Vanholst Danny <vanholst@imec.be>
Organization: MADGIC NV
X-Mailer: Mozilla 3.01Gold (X11; I; Linux 2.0.18 i586)
MIME-Version: 1.0
To: James Cooper <pixel@organic.com>
Subject: Re: Object serialization
References: <Pine.GSO.3.95.980205005415.11808A-100000@caustik.organic.com>
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

James Cooper wrote:
> 
> Hi,
> 
> A few months back I posted to the list asking whether anyone was working
> on support for object serialization.  No one posted back.
> 
> I'm interested in working on that, but not exactly sure where to begin.
> Has anyone put any thought in on how this would be implemented, and where
> we would start working?

Where to start I now but everything else you can find in JAVA docs...

JAVA site for object serialization is
	
http://www.javasoft.com/products/jdk/1.1/docs/guide/serialization/spec/serialTOC.doc.html
			
There three file to be implemented, you can find them in the directory
	kaffe-0.9.2/packages/tjwassoc.co.uk/APIcore/lib/java.io

The files are
	ObjectOutputStream.c			
	ObjectInputStream.c			
	ObjectStreamClass.c			

I hope this help!? 
	    
danny

-- 
Danny Vanholst				vanholst@imec.be

--------------32936D312926933A4E7CD865--