com.groiss.fileimport
Interface Deserializer
public interface Deserializer
used for userdefined object deserialization while importing
deserialize
Object deserialize(Column col,
Object obj)
- Parameters:
col - column the objects belongs to (may be null)obj - obj to deserialize
- Returns:
- string representation of the given object
- Throws:
Exception
loadSettings
void loadSettings(com.groiss.fileimport.StructuredFileSettings settings,
Element config)
@enterprise 8.0.10078 Copyright © 2001-2011 Groiss Informatics GmbH. All Rights Reserved.