| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sibvisions.rad.remote.serializer.BooleanSerializer
public class BooleanSerializer
The serializer for Boolean.
| Constructor Summary | |
|---|---|
| BooleanSerializer() | |
| Method Summary | |
|---|---|
|  int | getMaxValue()Gets the maximal value used to detect this type in stream. | 
|  int | getMinValue()Gets the minimal value used to detect this type in stream. | 
|  Class<Boolean> | getTypeClass()Gets the type class that can be serialized by this serializer. | 
|  Boolean | read(UniversalSerializer pSerializer,
     DataInputStream pIn,
     int pTypeValue,
     TypeCache pCache)Reads in a serialized object from a stream. | 
|  void | write(UniversalSerializer pSerializer,
      DataOutputStream pOut,
      Boolean pObject,
      TypeCache pCache)Writes a serialized object to a stream. | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public BooleanSerializer()
| Method Detail | 
|---|
public Class<Boolean> getTypeClass()
getTypeClass in interface ITypeSerializer<Boolean>public int getMinValue()
getMinValue in interface ITypeSerializer<Boolean>public int getMaxValue()
getMaxValue in interface ITypeSerializer<Boolean>
public Boolean read(UniversalSerializer pSerializer,
                    DataInputStream pIn,
                    int pTypeValue,
                    TypeCache pCache)
             throws Exception
read in interface ITypeSerializer<Boolean>pSerializer - the universal serializer.pIn - stream with serialized contentpTypeValue - type value.pCache - the cache for BeanType definitions
Exception - if deserialization fails
public void write(UniversalSerializer pSerializer,
                  DataOutputStream pOut,
                  Boolean pObject,
                  TypeCache pCache)
           throws Exception
write in interface ITypeSerializer<Boolean>pSerializer - the universal serializer.pOut - output stream for the objectpObject - serializable objectpCache - the cache for BeanType definitions
Exception - if serialization fails| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||