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 Details

  • Constructor Details

    • TestInvocationHandler

      public TestInvocationHandler()
  • Method Details

    • write

      public void write(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Output output)
      Specified by:
      write in interface com.esotericsoftware.kryo.KryoSerializable
    • read

      public void read(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Input input)
      Specified by:
      read in interface com.esotericsoftware.kryo.KryoSerializable
    • invoke

      public Object invoke(Object o, Method method, Object[] objects) throws Throwable
      Specified by:
      invoke in interface InvocationHandler
      Throws:
      Throwable