com.esotericsoftware.kryonet.rmi
Class ObjectSpace.InvokeMethod
java.lang.Object
com.esotericsoftware.kryonet.rmi.ObjectSpace.InvokeMethod
- All Implemented Interfaces:
- com.esotericsoftware.kryo.CustomSerialization, FrameworkMessage
- Enclosing class:
- ObjectSpace
public static class ObjectSpace.InvokeMethod
- extends java.lang.Object
- implements FrameworkMessage, com.esotericsoftware.kryo.CustomSerialization
Internal message to invoke methods remotely.
Method Summary |
void |
readObjectData(com.esotericsoftware.kryo.Kryo kryo,
java.nio.ByteBuffer buffer)
|
void |
writeObjectData(com.esotericsoftware.kryo.Kryo kryo,
java.nio.ByteBuffer buffer)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
objectID
public int objectID
method
public java.lang.reflect.Method method
args
public java.lang.Object[] args
responseID
public byte responseID
ObjectSpace.InvokeMethod
public ObjectSpace.InvokeMethod()
writeObjectData
public void writeObjectData(com.esotericsoftware.kryo.Kryo kryo,
java.nio.ByteBuffer buffer)
- Specified by:
writeObjectData
in interface com.esotericsoftware.kryo.CustomSerialization
readObjectData
public void readObjectData(com.esotericsoftware.kryo.Kryo kryo,
java.nio.ByteBuffer buffer)
- Specified by:
readObjectData
in interface com.esotericsoftware.kryo.CustomSerialization