Package com.thecoderscorner.menu.persist


package com.thecoderscorner.menu.persist
  • Class
    Description
    Creates a menu serializer instance that can convert menu structures to and from JSON format.
     
    An instance of Menu State serializer is used between runs of a local java application to load and save the state of any menu item that has the EEPROM field set to anything other than -1.
     
    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.
     
    An implementation of menu state serialization that stores data in a properties file at a given location.
    Describes the quality of a release, such as Stable, Beta or an old build.
     
     
    This class represents a version number in standard form, such as 1.2.3, it can parse from text and determine which is the newer of two versions.
    A series of static helper method that make dealing with XML easier, this is because many areas of tcMenu deal with XML documents, and these functions are generally useful.