Deserialization on Java Client

Dustin Sallings dustin at spy.net
Thu Jul 19 17:18:15 UTC 2007


On Jul 19, 2007, at 10:01 , Alexander Shvedov wrote:

> I just want to say that I use HttpClient from apache commons  
> project. It doesn’t looks like serializable that’s why I created  
> MyClient extends HttpClient implements Serializable. But that can  
> be the cause.

	What does it mean to serialize an http client?

	My guess is that you want to make it transient and have post- 
serialization processing (e.g. readObject) reinitialize it.

-- 
Dustin Sallings


-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.danga.com/pipermail/memcached/attachments/20070719/dd934b53/attachment.htm


More information about the memcached mailing list