Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 471 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 471 Bytes

Deserializer

A simple java application to deserialize a file containing some data stored as hashmaps.

This is an intelliJ Community project, but can be used in any IDE

Things it can do so far:

  • Read in serialized file containing hashmaps (collect.settings file)
  • Store the file as an object array
  • Read each object into a map object

To Do:

  • Change the values in the hashmaps
  • Re-serialize the file
  • Use in ODK Collect android app to trigger setup