org.garret.serme
Class ObjectOutputStream

java.lang.Object
  extended byorg.garret.serme.impl.ByteBuffer
      extended byorg.garret.serme.impl.ObjectDataOutputStream
          extended byorg.garret.serme.ObjectOutputStream
All Implemented Interfaces:
IOutputStream

public class ObjectOutputStream
extends org.garret.serme.impl.ObjectDataOutputStream

Class used to serialize objects into array of bytes. This class should be used by applications which need serialization mechanism, but do not require per-object manipulation (add/update/remove). Object serialized by this class can be extracted by ObjectDataInputSream


Constructor Summary
ObjectOutputStream()
          Constructor of ObjectOutputStream
 
Methods inherited from class org.garret.serme.impl.ObjectDataOutputStream
writeArrayOfBoolean, writeArrayOfByte, writeArrayOfChar, writeArrayOfDate, writeArrayOfInt, writeArrayOfLong, writeArrayOfObject, writeArrayOfShort, writeArrayOfString, writeBoolean, writeByte, writeChar, writeDate, writeInt, writeLong, writeObject, writeShort, writeString
 
Methods inherited from class org.garret.serme.impl.ByteBuffer
toByteArray
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.garret.serme.IOutputStream
close, toByteArray
 

Constructor Detail

ObjectOutputStream

public ObjectOutputStream()
Constructor of ObjectOutputStream