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

    Modifier and Type
    Method
    Description
    Serializes the object into a list of lists of strings.
  • Method Details

    • serialize

      ArrayList<ArrayList<String>> serialize()
      Serializes the object into a list of lists of strings.
      Returns:
      An ArrayList containing lists of strings representing the serialized data.