Hello,
I don't know the status of the whole abdera project and the abdera2
branch/refactoring,
anyway I am just using its activities classes to model the activity
stream in my application.

I'd like to know if anyone ever had the chance to serialize those
objects using plain java serialization.

I tried with something like this in the ASBase class (since everyone
extends it, I think it is enough):

public class ASBase
  implements Iterable<String>, Cloneable, Serializable {

  private static final long serialVersionUID = 1234L;

Is there something I am missing? Can anyone help with it?

Thanks,
Matteo


-- 
Matteo Moci
http://it.linkedin.com/in/matteomoci
http://about.me/matteomoci/bio

Reply via email to