Class BitSetSerializer

java.lang.Object
com.esotericsoftware.kryo.kryo5.Serializer<BitSet>
com.twitter.chill.java.BitSetSerializer
All Implemented Interfaces:
Serializable

public class BitSetSerializer extends com.esotericsoftware.kryo.kryo5.Serializer<BitSet> implements Serializable
See Also:
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    read(com.esotericsoftware.kryo.kryo5.Kryo kryo, com.esotericsoftware.kryo.kryo5.io.Input input, Class<? extends BitSet> bitSetClass)
     
     
    void
    write(com.esotericsoftware.kryo.kryo5.Kryo kryo, com.esotericsoftware.kryo.kryo5.io.Output output, BitSet bitSet)
     

    Methods inherited from class com.esotericsoftware.kryo.kryo5.Serializer

    copy, getAcceptsNull, isImmutable, setAcceptsNull, setImmutable

    Methods inherited from class java.lang.Object

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

    • BitSetSerializer

      public BitSetSerializer()
  • Method Details

    • registrar

      public static IKryoRegistrar registrar()
    • write

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

      public BitSet read(com.esotericsoftware.kryo.kryo5.Kryo kryo, com.esotericsoftware.kryo.kryo5.io.Input input, Class<? extends BitSet> bitSetClass)
      Specified by:
      read in class com.esotericsoftware.kryo.kryo5.Serializer<BitSet>