On 14/01/2013 10:02, Jan Bernhardt wrote:
Hi Syncopers,

I'm currently updating syncope console to use new REST Service Interface (with 
old Spring proxy variant). And since my Eclipse is complaining about a missing 
serialVersionUID I was wondering why does BaseRestClient implements 
Serializable?

Is there any need to make the rest client persistent to store in a DB or send 
it over the wire? I would like to remove implements Serializable since it looks 
wrong to me, but before I do this, I would like to double check with you, if 
there is a special reason for this and thus a need to keep this interface.

Hi Jan,
everything that's part of a Wicket component (like pages, for example) must be Serializable.

Hence, please keep this feature.

Regards.

--
Francesco Chicchiriccò

ASF Member, Apache Syncope PMC chair, Apache Cocoon PMC Member
http://people.apache.org/~ilgrosso/

Reply via email to