I want to pass a realm object from one activity to another. e.g.
Intent intent = new Intent(MainActivity.this, Second.class); intent.putExtra(\"Student\", s
Your ROW object is null on which you are calling getLinkList(long).
Check whether ROW is serialized or not ? Probably it's not.