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

Class jada.StringSerializer

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

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

Constructor Index

 o StringSerializer()

Method Index

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

Constructors

 o StringSerializer
  public StringSerializer()

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