|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||

java.lang.Objectorg.xvsm.remote.marshaller.JavaMarshaller
public class JavaMarshaller
| Constructor Summary | |
|---|---|
JavaMarshaller()
|
|
| Method Summary | |
|---|---|
byte[] |
marshall(Task y)
Marshalles an Task to the generic Typ. |
Task |
unmarshall(byte[] bytes)
Unmarshalles the generic typ into a Task Object. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JavaMarshaller()
| Method Detail |
|---|
public byte[] marshall(Task y)
marshall in interface IMarshaller<byte[]>y - The Task that should be marshalled.
public Task unmarshall(byte[] bytes)
unmarshall in interface IMarshaller<byte[]>bytes - the generic type representation of a task.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||