Interface PersistenceUtilsCallback.Load

Enclosing interface:
PersistenceUtilsCallback

public static interface PersistenceUtilsCallback.Load
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    load(Document document, Element element, Object object)
    This method is called when reading the object from the element.
  • Method Details

    • load

      void load(Document document, Element element, Object object)
      This method is called when reading the object from the element.
      Parameters:
      document - the XML document
      element - the element representing the object
      object - the object to be written.