Class KryoHazelcast

  • All Implemented Interfaces:
    com.hazelcast.nio.serialization.Serializer , com.hazelcast.nio.serialization.StreamSerializer

    
    public class KryoHazelcast
     implements StreamSerializer<T>
                        
    Since:

    2021-06-09

    Author:

    trydofor

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      public final static int TYPE_ID
    • Constructor Summary

      Constructors 
      Constructor Description
      KryoHazelcast()
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      void write(ObjectDataOutput out, @NotNull() Object object)
      Object read(@NotNull() ObjectDataInput in)
      int getTypeId()
      • Methods inherited from class com.hazelcast.nio.serialization.Serializer

        destroy
      • Methods inherited from class java.lang.Object

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

      • KryoHazelcast

        KryoHazelcast()
    • Method Detail

      • write

         void write(ObjectDataOutput out, @NotNull() Object object)
      • read

        @NotNull() Object read(@NotNull() ObjectDataInput in)