i\'ve implemented a Parcelable class:
public class Evento implements Parcelable { private int; private String ; private String imagen; //more at
Parcelable is much better than serialization in a performance wise and other features.
refer this link:
http://www.3pillarglobal.com/insights/parcelable-vs-java-serialization-in-android-app-development