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 interface 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 in org.jfree.serializer
Creation-Date: 17.02.2006, 21:54:24
JCommonSerializerInfo - Class in org.jfree.serializer
Creation-Date: 23.10.2005, 18:49:39

L

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

O

org.jfree.serializer - package org.jfree.serializer
 

P

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

R

readObject(ObjectInputStream) - Method in interface 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.
registerMethod(SerializeMethod) - Method in class org.jfree.serializer.SerializerHelper
Registers a new SerializeMethod with this SerializerHelper.
registerMethods() - Method in class org.jfree.serializer.SerializerHelper
 

S

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

U

unregisterMethod(SerializeMethod) - Method in class org.jfree.serializer.SerializerHelper
Deregisters a new SerializeMethod with this SerializerHelper.

W

writeObject(Object, ObjectOutputStream) - Method in interface 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.

G J L O P R S U W