Class UnmodifiableCollectionsSerializer

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      public boolean acceptsNull
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      Object read(Kryo kryo, Input input, Class<out Object> clazz)
      void write(Kryo kryo, Output output, Object object)
      Object copy(Kryo kryo, Object original)
      static void registerSerializers(Kryo kryo) Creates a new UnmodifiableCollectionsSerializer and registers its serializer for the several unmodifiable Collections that can be created via Collections, including Maps.
      • Methods inherited from class com.esotericsoftware.kryo.Serializer

        getAcceptsNull, isImmutable, setAcceptsNull, setImmutable
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait