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

Class jada.FloatSerializer

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

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

Constructor Index

 o FloatSerializer()

Method Index

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

Constructors

 o FloatSerializer
  public FloatSerializer()

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