|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jgroups.util.Marshaller
public class Marshaller
Title: JGroups Communications Description: Contact me at mail@filip.net Copyright: Copyright (c) 2002 Company: www.filip.net
| Constructor Summary | |
|---|---|
Marshaller()
|
|
| Method Summary | |
|---|---|
static java.io.Externalizable |
read(java.io.ObjectInput in)
reads the magic number, instantiates the class (from the configurator) and invokes the readExternal method on the object. |
static void |
write(java.io.Externalizable inst,
java.io.ObjectOutput out)
Writes an object to the ObjectOutput stream. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Marshaller()
| Method Detail |
|---|
public static java.io.Externalizable read(java.io.ObjectInput in)
throws java.io.IOException
in - an ObjectInput stream - the stream should be composed as follows:java.io.IOException
public static void write(java.io.Externalizable inst,
java.io.ObjectOutput out)
throws java.io.IOException
inst - - an object instance to be serialized, can not be nullout - - the ObjectOutput stream we will write the serialized data to
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||