public interface FormatCompliant
Modifier and Type | Method and Description |
---|---|
void |
deserializeFromRecords(java.util.List<java.util.List<java.lang.Object>> records)
This method deserializes the records into the appropriate instances.
|
java.util.List<FormatField> |
getFieldsToSave()
This method returns the FormatField instances that serve to define the header of the file.
|
java.util.List<java.util.List<java.lang.Object>> |
getRecordsToSave()
This method returns the records to be saved.
|
java.util.List<FormatField> getFieldsToSave()
java.util.List<java.util.List<java.lang.Object>> getRecordsToSave()
void deserializeFromRecords(java.util.List<java.util.List<java.lang.Object>> records)
records
- a List of List of Object instances