Class jada.VectorSerializer
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class jada.VectorSerializer

java.lang.Object
   |
   +----jada.VectorSerializer

public class VectorSerializer
extends Object
implements JadaSerializer
VectorSerializer class. This is a serializer class used to dump a Vector object into a stream. For this to succeed all the objects in the Vector must be serializable!

Constructor Index

 o VectorSerializer()

Method Index

 o dump(Object, OutputStream)
 o restore(InputStream)

Constructors

 o VectorSerializer
  public VectorSerializer()

Methods

 o dump
  public void dump(Object object,
                   OutputStream os) throws IOException, JadaItemIsNotStreamableException
 o restore
  public Object restore(InputStream is) throws IOException

All Packages  Class Hierarchy  This Package  Previous  Next  Index