java.lang.Object
com.thecoderscorner.menu.persist.PersistedMenu

public class PersistedMenu extends Object
Represents a persisted menu item, it has additional information needed to reconstitute the item at the right point in the tree, namely the parentId, and also the type of menu item. This class is used by the JsonMenuItemSerializer to store menu items.
See Also: