Package app.entity.interfaces
Interface ISerializable
- All Known Implementing Classes:
Camp,CampDetails,CampList,CampReport,EnquiryList,EnquiryReport,PerformanceReport,Report,RepositoryList,SuggestionList,UserList
public interface ISerializable
The
ISerializable interface represents an app.entity that can be serialized into a list of lists of strings.-
Method Summary
-
Method Details
-
serialize
Serializes the object into a list of lists of strings.- Returns:
- An
ArrayListcontaining lists of strings representing the serialized data.
-