|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.garret.serme.impl.ByteBuffer
org.garret.serme.impl.ObjectDataOutputStream
org.garret.serme.ObjectOutputStream
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 |
public ObjectOutputStream()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |