Package com.groiss.fileimport
Interface Deserializer
public interface Deserializer
used for userdefined object deserialization while importing
-
Method Summary
Modifier and TypeMethodDescriptiondeserialize
(Column col, Object obj) default void
loadSettings
(StructuredFileSettings settings, Element config)
-
Method Details
-
deserialize
- Parameters:
col
- column the objects belongs to (may be null)obj
- obj to deserialize- Returns:
- string representation of the given object
-
loadSettings
-