Package com.prineside.tdi2.utils
Class TestInvocationHandler
java.lang.Object
com.prineside.tdi2.utils.TestInvocationHandler
- All Implemented Interfaces:
 com.esotericsoftware.kryo.KryoSerializable,Serializable,InvocationHandler
public class TestInvocationHandler
extends Object
implements InvocationHandler, Serializable, com.esotericsoftware.kryo.KryoSerializable
- See Also:
 
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
 
- 
Field Details
- 
arr
 
 - 
 - 
Constructor Details
- 
TestInvocationHandler
public TestInvocationHandler() 
 - 
 - 
Method Details
- 
write
public void write(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Output output) - Specified by:
 writein interfacecom.esotericsoftware.kryo.KryoSerializable
 - 
read
public void read(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Input input) - Specified by:
 readin interfacecom.esotericsoftware.kryo.KryoSerializable
 - 
invoke
- Specified by:
 invokein interfaceInvocationHandler- Throws:
 Throwable
 
 -