com.groiss.fileimport
Interface Deserializer


public interface Deserializer

used for userdefined object deserialization while importing


Method Summary
 java.lang.Object deserialize(Column col, java.lang.Object obj)
           
 void loadSettings(com.groiss.fileimport.StructuredFileSettings settings, org.jdom.Element config)
           
 

Method Detail

deserialize

java.lang.Object deserialize(Column col,
                             java.lang.Object obj)
Parameters:
col - column the objects belongs to (may be null)
obj - obj to deserialize
Returns:
string representation of the given object
Throws:
java.lang.Exception

loadSettings

void loadSettings(com.groiss.fileimport.StructuredFileSettings settings,
                  org.jdom.Element config)


@enterprise 8.0.22989 Copyright © 2001-2017 Groiss Informatics GmbH. All Rights Reserved.