| A "java bean" that can serialize itself into a java.util.Properties
instance. For the serialization, the class uses the java beans
instrospection mechanism to figure out the class's available
properties, and saves all the properties as strings in the properties
object.
Properties are saved based on a "root", which is set up during the
instantiation of the object. The properties will be set as
root.property_name .
Only native types (boolean, char, double, float, int, long, short),
Strings, and arrays of those types are supported. Also, nested
beans are not supported presently.
author: Marcelo Vanzin since: jEdit 4.3pre7 |