I am having a class EmployeeInfo as the following:
public class EmployeeInfo { private int id; // Employee ID private String name; // Employ
You can convert your object to jsonstring using Gson or Jakson and pass using intent as string and read the json in another activity.
jsonstring