What is proper way to store Joda Date and Time in android. When I tried to save it on Firebase and got Fatal Exception. Here is the Snippet of Class of the object I want to save which says: "Serializing Arrays is not supported, please use Lists instead"
private String mPlotId;
private String mAreaId;
private String mUserId;
private int mAreaNum;
private LocalDate mStartDate;
private LocalDateTime mStartTime;
private int mHour;