Interface IStateful

    • Method Detail

      • saveTo

        void saveTo​(IWritableState state)
        Saves the state for this object into a state object.
        Parameters:
        state - Object to save state to. Since there is no way to check for existing data in the state object an unused one should normally be used.