tastatur / bing-search-java-sdk

Automatically exported from code.google.com/p/bing-search-java-sdk
0 stars 0 forks source link

Result objects implement Serializable for caching(ehcache) #6

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I'd like to cache my search results in line with most API's having some form of 
rate limiting.

I'm using ehcache; however I'm not able to cache NewsResults b/c it doesn't 
implement Serializable

Original issue reported on code.google.com by javagu...@yahoo.com on 22 Apr 2011 at 8:34

GoogleCodeExporter commented 8 years ago
Sorry - otherwise nice library; clean and simple to use!  Thanks!

Original comment by javagu...@yahoo.com on 22 Apr 2011 at 8:34

GoogleCodeExporter commented 8 years ago
Sorry; hopefully last comment.  In order to serialize, your logger should be 
transient in class SchemaEntity; I don't think there is any need to persist the 
logger

Cheers

Original comment by javagu...@yahoo.com on 22 Apr 2011 at 10:02

GoogleCodeExporter commented 8 years ago
Sorry for late response. I will fix that in the new build.

Original comment by nabeelmukhtar on 25 May 2011 at 7:08