How to make persistent Cookies with a DefaultHttpClient in Android?

Im using // this is a DefaultHttpClient List<Cookie> cookies = this.getCookieStore().getCookies(); Now, since Cookie does not implement serializeable, I can't serialize that List. EDIT: (