classpath
[Top][All Lists]
Advanced

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

Re: [PATCH] Serialization #5


From: Brian Jones
Subject: Re: [PATCH] Serialization #5
Date: 06 Dec 2003 11:32:01 -0500
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2

Guilhem Lavaux <address@hidden> writes:

> Dalibor Topic wrote:
> 
> > Salut Guilhem,
> >
> >> @@ -442,18 +443,46 @@
> >>      String field_name = this.realInputStream.readUTF ();
> >>      dumpElementln (field_name);
> >>      String class_name;
> >> -          +   +    // There're many cases you can't get
> >> java.lang.Class from
> >> +    // typename if your context class loader can't load it,
> >> +    // then use typename to construct the field
> >> +    // GL => No. You lose the capability to access the class loader.
> >> +    // Type resolution must be done here. If it is an object we
> >> +    // create the class just here if it is something else we delegate
> >> +    // to TypeSignature.
> >
> >
> > Just rewrite the comment, don't discuss it in another. ;)
> 
> 
> Ok. :-) Fixed in the next commit.
> 
> Cheers,
> Guilhem.

Guilhem are you going to be or have committed these to Classpath CVS?

Thanks,
Brian
-- 
Brian Jones <address@hidden>




reply via email to

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