There is some info in api/seralized-form.html which comes with Sun's JSDK
2.1.1 download bundle (the API docs online are 1.1-generated, but the ones in
the download aren't -- go figure).  Download from
http://java.sun.com/products/servlet/2.1/index.html

Don't know if this is what you need, but it's the closest you'll probably get
to a spec.

I'm running your JSDK snapshot without problem on my box here, RedHat 5.2,
Blackdown 1.2pre1, Apache JServ 1.0b3.  It's great to be able to take
proprietary jars out of my classpath.  Excellent work!

Wes


Mark Wielaard wrote:

> Hi,
>
> A couple of classes in the servlet api are serializable.
> According to the specification, not according to the javadoc.
> I asked Sun about this and they said they should be serializable
> and the javadoc was wrong.
>
> But how do I make sure our classes (de)serialize the same way as
> the classes from Sun? Neither the javadoc nor the specification
> says anything about how these classes are serialized.
>
> Thanks,
>
> Mark
>
> P.S. The archives at <http://lyta.nortel.net/~classpath/archive/archive/>
> does not have any articles from march (or april).

Reply via email to