Interface IStringSeralizable

  • All Known Implementing Classes:
    CellBean, GhostICal, ICal, ImageSize, RowBean

    public interface IStringSeralizable
    class with this interface can store content to string and load data from string.
    Author:
    user
    • Method Detail

      • loadFromString

        boolean loadFromString​(String data)
        load from String
        Parameters:
        data -
        Returns:
        false if unvalid data
      • storeToString

        String storeToString()