Cosole REST Service Client implements Serializable ?

2013-01-14 Thread Jan Bernhardt
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

Re: Cosole REST Service Client implements Serializable ?

2013-01-14 Thread Francesco Chicchiriccò
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