how do i convert list of realm object to List> ?
I have List data and i want to convert this to List>
My realm object class:
public Integer LaborMiscTimeID;
public String MobileUniqueID;
public Integer DriverID;
how do i convert list of realm object to List> ?
I have List data and i want to convert this to List>
My realm object class:
public Integer LaborMiscTimeID;
public String MobileUniqueID;
public Integer DriverID;