Class GroupedProperties

  • All Implemented Interfaces:
    Serializable, Cloneable, Map<String,​Object>

    public class GroupedProperties
    extends Properties
    GroupedProperties are just Properties with the Element group attached. This allows the property serialisers to be looked up in the schema according to the element group. So, this class can be used in place of the normal Properties class when serialising and deserialising is required. See GroupedPropertiesSerialiser in the store module.
    See Also:
    Serialized Form