|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectca.odell.glazedlists.io.GlazedListsIO
public final class GlazedListsIO
A factory for creating all sorts of objects to be used with Glazed Lists.
Method Summary | |
---|---|
static ByteCoder |
beanXMLByteCoder()
Creates a ByteCoder that uses XMLEncoder and
XMLDecoder classes from java.beans. |
static ByteCoder |
serializableByteCoder()
Creates a ByteCoder that encodes Serializable
Objects using an ObjectOutputStream . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static ByteCoder serializableByteCoder()
ByteCoder
that encodes Serializable
Objects using an ObjectOutputStream
.
public static ByteCoder beanXMLByteCoder()
ByteCoder
that uses XMLEncoder
and
XMLDecoder
classes from java.beans. Encoded
Objects must be JavaBeans.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |