|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectplanetj.dataengine.SerializationUtility
A Utility that has the capability to serialize a row collection Creation date: (2/13/2002 1:39:20 PM)
| Constructor Summary | |
SerializationUtility()
|
|
| Method Summary | |
static RowCollection |
deserialize(java.lang.String pFileName)
Deserializes the RowCollection located in the specified file. |
static void |
serializeRCToApplet(RowCollection pRowCollection,
HttpServletResponse pResponse)
Serializes a RowCollection to the specified HTTP Response. |
static void |
serializeRCToBrowser(RowCollection pRowCollection,
HttpServletResponse pResponse)
Serializes a RowCollection to the specified HTTP Response. |
static void |
serializeRCToFile(RowCollection pRowCollection,
java.lang.String pFileName)
Serializes a RowCollection to the specified file. |
static void |
serializeToFile(java.lang.Object o,
java.lang.String fileName)
Serializes the given Object to a file. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public SerializationUtility()
| Method Detail |
public static RowCollection deserialize(java.lang.String pFileName)
throws java.lang.Exception
pFileName - java.lang.String
java.lang.Exception
public static void serializeRCToApplet(RowCollection pRowCollection,
HttpServletResponse pResponse)
throws java.lang.Exception
pRowCollection - planetj.database.RowCollection
java.lang.Exception
public static void serializeRCToBrowser(RowCollection pRowCollection,
HttpServletResponse pResponse)
throws java.lang.Exception
pRowCollection - planetj.database.RowCollection
java.lang.Exception
public static void serializeRCToFile(RowCollection pRowCollection,
java.lang.String pFileName)
throws java.lang.Exception
pRowCollection - planetj.database.RowCollectionpFileName - java.lang.String
java.lang.Exception
public static void serializeToFile(java.lang.Object o,
java.lang.String fileName)
throws java.lang.Exception
o - Object to serializefileName - name of serialized file to create
java.lang.Exception
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||