Framework Professional Edition Package


com.prosyst.util.io
Interface Externalizable

All Known Implementing Classes:
ExternalizableDictionary, JarManifest

public interface Externalizable

Interface for custum serialization. Classes that implements this interface must have public emty constructor so deserialization can be done.


Method Summary
 void readObject(java.io.InputStream iStream)
          Use this method to deserializion of object state.
 void writeObject(java.io.OutputStream oStream)
          Use this method for serialization of object state.
 

Method Detail

writeObject

void writeObject(java.io.OutputStream oStream)
                 throws java.lang.Exception
Use this method for serialization of object state.

Throws:
java.lang.Exception

readObject

void readObject(java.io.InputStream iStream)
                throws java.lang.Exception
Use this method to deserializion of object state.

Throws:
java.lang.Exception

Framework Professional Edition Package


Copyright © 1999-2007 ProSyst Software GmbH. All Rights Reserved