This is the mail archive of the
java-discuss@sources.redhat.com
mailing list for the Java project.
Re: Serialization reminder (was: Patch: PrintWriter merge)
- To: Tom Tromey <tromey at cygnus dot com>
- Subject: Re: Serialization reminder (was: Patch: PrintWriter merge)
- From: Warren Levy <warrenl at cygnus dot com>
- Date: Sun, 6 Aug 2000 13:10:22 -0700 (PDT)
- cc: java-discuss at sourceware dot cygnus dot com
On Sun, 6 Aug 2000, Tom Tromey wrote:
> Warren> It is best if you could test the class too by serializing
> Warren> objects of the class and seeing that they are deserialized
> Warren> properly by other implementations and vice versa with libgcj.
>
> It would be cool if we had some easy way to do this. For instance if
> we had a script which would do the dirty work somehow. Then we could
> just run "magic-script java.lang.foo" before doing a commit to make
> sure our changes didn't break something. Is this possible?
Hmm, seems like it should be (for most cases at least). I'll look at
getting this together. It'll also need input for the data so the class
can be instantiated, but that shouldn't be any trouble.
Good idea; thanks Tom!
--warrenl