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

Class jada.IntegerSerializer

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

public class IntegerSerializer
extends Object
implements JadaSerializer
IntegerSerializer class.
This is a serializer class used to dump a Integer object into a stream.

Constructor Index

 o IntegerSerializer()

Method Index

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

Constructors

 o IntegerSerializer
  public IntegerSerializer()

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