On Tuesday 02 July 2002 09:22, Niclas Hedhman wrote:
> On Monday 01 July 2002 23:15, Scott Nichol wrote:
> > Have you written and executed code that is giving you an error, or are
> > you just raising the issue based on reading code?  

Also in HashtableSerializer it has a NICE comment at the top;
/**
 * A <code>HashtableSerializer</code> can be used to serialize and
 * deserialize Hashtables using the <code>SOAP-ENC</code>
 * encoding style.<p>
 *
 * TODO: This should eventually deal with Maps, but doesn't yet.
 *
 * @author Glen Daniels ([EMAIL PROTECTED])
 */

Which triggers a bit of suspiscion (?spelling?).

> > I am concerned
> > about de-serialization, though, since it appears you will get back a
> > Hashtable

That is typically OK, since we are dealing with Maps and not implementation 
specific aspect of them on the "consumer" side. The "producer" side will 
choose an implementation that suits its needs.

Niclas

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to