All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class examples.jdbc.SerializationOutputStream

java.lang.Object
   |
   +----java.io.OutputStream
           |
           +----java.io.ObjectOutputStream
                   |
                   +----examples.jdbc.SerializationOutputStream

public synchronized class SerializationOutputStream
extends ObjectOutputStream
This subclass of ObjectOutputStream implements the replaceObject method to allow objects to be replaced with an alternate object. All the instances of Framework will be replaced by an instance of SerializationMarker.

See Also:
SerializationMarker

Constructor Index

 o SerializationOutputStream(OutputStream)
Create an SerializationOutputStream that writes to the specified OutputStream using object replacement.

Constructors

 o SerializationOutputStream
 public SerializationOutputStream(OutputStream outputStream) throws IOException
Create an SerializationOutputStream that writes to the specified OutputStream using object replacement.

Throws: IOException
Any exception thrown by the underlying OutputStream.

All Packages  Class Hierarchy  This Package  Previous  Next  Index