public class SerializationTester extends Object
| Constructor and Description |
|---|
SerializationTester() |
| Modifier and Type | Method and Description |
|---|---|
static void |
testSerialization(akka.actor.ActorSystem system,
Object test)
Testing akka serialization
|
static void |
testSerialization(Object test)
Test serialization
|
public static void testSerialization(akka.actor.ActorSystem system,
Object test)
throws Exception
system - the system to test ontest - the object to testExceptionpublic static void testSerialization(Object test)
test - the object to testCopyright © 2016. All Rights Reserved.