public static final class TypedActor.SerializedMethodCall
extends java.lang.Object
implements scala.Product, scala.Serializable
Represents the serialized form of a MethodCall, uses readResolve and writeReplace to marshall the call
Constructor and Description |
---|
SerializedMethodCall(java.lang.Class<?> ownerType,
java.lang.String methodName,
java.lang.Class<?>[] parameterTypes,
scala.Tuple3<java.lang.Object,java.lang.Class<?>,byte[]>[] serializedParameters) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
methodName() |
java.lang.Class<?> |
ownerType() |
java.lang.Class<?>[] |
parameterTypes() |
scala.Tuple3<java.lang.Object,java.lang.Class<?>,byte[]>[] |
serializedParameters() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait