classpath-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cp-patches] Re: Serialization: readResolve and writeReplace in pare


From: Tom Tromey
Subject: Re: [cp-patches] Re: Serialization: readResolve and writeReplace in parent class
Date: 24 Jul 2005 12:42:10 -0600
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50

>>>>> "Mark" == Mark Wielaard <address@hidden> writes:

>> You compile all of these.
>> Then you go back and add 'private ... readResolve()' to B.

Mark> How precisely would you go back?

Yeah, ignore that example.  I was thinking about binary compatibility,
but that is too complicated.

>> Should C now really be using A's readResolve()?

Mark> No, it should use B's readResolve().

Doesn't it seem weird to use a method that is not inherited?
It does to me.  But, I don't know what is correct in this
situation -- I'm just asking.

Tom




reply via email to

[Prev in Thread] Current Thread [Next in Thread]