Package app.controller.deserializer
Class CampDeserializer
java.lang.Object
app.controller.deserializer.CampDeserializer
The CampDeserializer class contains methods to deserialize data into a
CampList object.
-
Method Summary
-
Method Details
-
deserialize
Deserializes the provided data into a CampList object.- Parameters:
data- The data to deserialize, represented as an ArrayList of ArrayLists of Strings.userList- The UserList containing user information to associate with camps.- Returns:
- A CampList object populated with deserialized camp data.
-