I want to pass a list of objects from one activity from another activity. I have one class SharedBooking Below:
public class SharedBooking {
there are 2 ways to send an arraylist of objects or an object from one activity to another: