This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: RFC: Patch: java.io - serialization
- From: Tom Tromey <tromey at redhat dot com>
- To: Michael Koch <konqueror at gmx dot de>
- Cc: java-patches at gcc dot gnu dot org
- Date: 05 Jun 2003 09:40:21 -0600
- Subject: Re: RFC: Patch: java.io - serialization
- References: <200305180932.01450.konqueror@gmx.de>
- Reply-to: tromey at redhat dot com
>>>>> "Michael" == Michael Koch <konqueror@gmx.de> writes:
Michael> I have written the attached pacth to implement two functions
Michael> missing in java.io:
Michael> ObjectInputStream.readClassDescriptor()
Michael> ObjectOutputStream.writeClassDescriptor()
Michael> Are the things I did sufficient for this ? Can somebody with
Michael> more knowledge about serialization look into this ?
There may be no such person around and active. Your best bet is to
read up on serialization yourself.
Tom