|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--planetj.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(javax.servlet.http.HttpServletRequest pRequest)
Deserializes the RowCollection located in HttpServletResponse. |
static RowCollection |
deserialize(String pFileName)
Deserializes the RowCollection located in the specified file. |
static void |
serializeRCToApplet(RowCollection pRowCollection,
javax.servlet.http.HttpServletResponse pResponse)
Serializes a RowCollection to the specified HTTP Response. |
static void |
serializeRCToBrowser(RowCollection pRowCollection,
javax.servlet.http.HttpServletResponse pResponse)
Serializes a RowCollection to the specified HTTP Response. |
static void |
serializeRCToFile(RowCollection pRowCollection,
String pFileName)
Serializes a RowCollection to the specified file. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SerializationUtility()
Method Detail |
public static RowCollection deserialize(String pFileName) throws Exception
pFileName
- java.lang.String
Exception
public static RowCollection deserialize(javax.servlet.http.HttpServletRequest pRequest) throws Exception
Exception
public static void serializeRCToApplet(RowCollection pRowCollection, javax.servlet.http.HttpServletResponse pResponse) throws Exception
pRowCollection
- planetj.database.RowCollection
Exception
public static void serializeRCToBrowser(RowCollection pRowCollection, javax.servlet.http.HttpServletResponse pResponse) throws Exception
pRowCollection
- planetj.database.RowCollection
Exception
public static void serializeRCToFile(RowCollection pRowCollection, String pFileName) throws Exception
pRowCollection
- planetj.database.RowCollectionpFileName
- java.lang.String
Exception
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |