Class KryoThrowableSerializer

java.lang.Object
com.esotericsoftware.kryo.Serializer<Throwable>
dev.getelements.elements.rt.kryo.KryoThrowableSerializer

public class KryoThrowableSerializer extends com.esotericsoftware.kryo.Serializer<Throwable>
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    read(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Input input, Class<Throwable> type)
     
    void
    write(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Output output, Throwable object)
     

    Methods inherited from class com.esotericsoftware.kryo.Serializer

    copy, getAcceptsNull, isImmutable, setAcceptsNull, setGenerics, setImmutable

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • KryoThrowableSerializer

      public KryoThrowableSerializer()
  • Method Details

    • write

      public void write(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Output output, Throwable object)
      Specified by:
      write in class com.esotericsoftware.kryo.Serializer<Throwable>
    • read

      public Throwable read(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Input input, Class<Throwable> type)
      Specified by:
      read in class com.esotericsoftware.kryo.Serializer<Throwable>