Right now I get the exception even when I try to serialize a HashMap I just created, without any data in it. I would guess that any request parameters stored in the map returned by request.getParameterMap() should be serializable right?

I don't understand how, f I'm serializing a new serializable object, the CyoteWriter get's involved.

Sean


On Wednesday, March 3, 2004, at 03:03 PM, Shapira, Yoav wrote:



Hi,


What is the CoyoteWriter object I keep running inot, and how can I mark
it as transient?

It's the HTTP connector's writer, and you can't mark it as transient. You would have to manually remove non-serializable attributes from a copy of the Map before you try to serialize the copy.

Yoav Shapira



This e-mail, including any attachments, is a confidential business communication, and may contain information that is confidential, proprietary and/or privileged. This e-mail is intended only for the individual(s) to whom it is addressed, and may not be saved, copied, printed, disclosed or used by anyone else. If you are not the(an) intended recipient, please immediately delete this e-mail from your computer system and notify the sender. Thank you.


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




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



Reply via email to