Package com.groiss.fileimport
Interface Serializer
public interface Serializer
used for userdefined object serialization
-
Method Summary
Modifier and TypeMethodDescriptiondefault void
loadSettings
(StructuredFileSettings settings, Element config)
-
Method Details
-
loadSettings
-
serialize
- Parameters:
col
- column the objects belongs to (may be null)obj
- obj to deserialize- Returns:
- string representation of the given object
-