Interface Persistable


public interface Persistable
An Object that can be serialised using DataKeys. PersistenceLoader will call these methods when serialising objects.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    load(DataKey root)
     
    void
    save(DataKey root)
     
  • Method Details