com.objectwave.persist.bean
Class SerIt

java.lang.Object
  |
  +--com.objectwave.persist.bean.SerIt

public class SerIt
extends java.lang.Object

Version:
$Id: SerIt.java,v 2.1 2002/03/23 13:42:10 dave_hoag Exp $
Author:
dhoag

Nested Class Summary
static class SerIt.Test
           
 
Constructor Summary
SerIt()
          Constructor for the SerIt object
 
Method Summary
 ExampleEmployee deserialize()
           
static void main(java.lang.String[] args)
          The main program for the SerIt class
 int readObject()
           
 void serializeIt()
           
 void writeObject(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SerIt

public SerIt()
Constructor for the SerIt object

Method Detail

main

public static void main(java.lang.String[] args)
The main program for the SerIt class

Parameters:
args - The command line arguments

writeObject

public void writeObject(java.lang.String[] args)
                 throws QueryException
Parameters:
args -
Throws:
QueryException

readObject

public int readObject()
               throws QueryException
Returns:
Throws:
QueryException

deserialize

public ExampleEmployee deserialize()
                            throws java.lang.Exception
Returns:
Throws:
java.lang.Exception

serializeIt

public void serializeIt()
                 throws java.lang.Exception
Throws:
java.lang.Exception