Interface Serializer


public interface Serializer
used for userdefined object serialization
  • Method Details

    • loadSettings

      default void loadSettings(StructuredFileSettings settings, Element config)
    • serialize

      String serialize(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