Interface Deserializer


public interface Deserializer
used for userdefined object deserialization while importing
  • Method Details

    • 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
    • loadSettings

      default void loadSettings(StructuredFileSettings settings, Element config)