org.objectweb.telosys.util.serial
Class FileSerializer

java.lang.Object
  extended byorg.objectweb.telosys.util.serial.FileSerializer

public class FileSerializer
extends java.lang.Object


Constructor Summary
FileSerializer(java.lang.String sFileName)
           
 
Method Summary
 java.lang.Object read()
           
 void write(java.lang.Object obj)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileSerializer

public FileSerializer(java.lang.String sFileName)
Method Detail

write

public void write(java.lang.Object obj)
           throws TelosysException
Throws:
TelosysException

read

public java.lang.Object read()
                      throws TelosysException
Throws:
TelosysException