Alphabetical Index

G J L O P R S U W

G

getComparator() - method in class org.jfree.serializer.SerializerHelper
Returns the class comparator instance used to find correct super classes.
getInstance() - static method in class org.jfree.serializer.JCommonSerializerBoot
getInstance() - static method in class org.jfree.serializer.JCommonSerializerInfo
Returns the single instance of this class.
getInstance() - static method in class org.jfree.serializer.SerializerHelper
Returns or creates a new SerializerHelper.
getMethods() - method in class org.jfree.serializer.SerializerHelper
Returns the collection of all registered serialize methods.
getObjectClass() - method in class org.jfree.serializer.SerializeMethod
The class of the object, which this object can serialize.
getProjectInfo() - method in class org.jfree.serializer.JCommonSerializerBoot
Returns the project info.
getSerializer(Class) - method in class org.jfree.serializer.SerializerHelper
Looks up the SerializeMethod for the given class or null if there is no SerializeMethod for the given class.
getSuperClassObjectDescription(Class) - method in class org.jfree.serializer.SerializerHelper
Looks up the SerializeMethod for the given class or null if there is no SerializeMethod for the given class.

J

JCommonSerializerBoot - class org.jfree.serializer.JCommonSerializerBoot
Creation-Date: 17.02.2006, 21:54:24
JCommonSerializerInfo - class org.jfree.serializer.JCommonSerializerInfo
Creation-Date: 23.10.2005, 18:49:39

L

loadConfiguration() - method in class org.jfree.serializer.JCommonSerializerBoot
Loads the configuration.

O

P

performBoot() - method in class org.jfree.serializer.JCommonSerializerBoot
Performs the boot.

R

readObject(ObjectInputStream) - method in class org.jfree.serializer.SerializeMethod
Reads the object from the object input stream.
readObject(ObjectInputStream) - method in class org.jfree.serializer.SerializerHelper
Reads the object from the object input stream.
Registers a new SerializeMethod with this SerializerHelper.
registerMethods() - method in class org.jfree.serializer.SerializerHelper

S

SerializeMethod - interface org.jfree.serializer.SerializeMethod
The SerializeMethod is used to define a serialization strategy for a certain object type.
SerializerHelper - class org.jfree.serializer.SerializerHelper
The SerializeHelper is used to make implementing custom serialization handlers easier.
SerializerHelper() - constructor for class org.jfree.serializer.SerializerHelper
Creates a new SerializerHelper.
setInstance(org.jfree.serializer.SerializerHelper) - static method in class org.jfree.serializer.SerializerHelper
This method can be used to replace the singleton instance of this helper.

U

Deregisters a new SerializeMethod with this SerializerHelper.

W

writeObject(Object,ObjectOutputStream) - method in class org.jfree.serializer.SerializeMethod
Writes a serializable object description to the given object output stream.
writeObject(Object,ObjectOutputStream) - method in class org.jfree.serializer.SerializerHelper
Writes a serializable object description to the given object output stream.