Class JavaMapSerializer

java.lang.Object
com.esotericsoftware.kryo.Serializer<Map<?,?>>
com.here.platform.data.client.flink.serializers.JavaMapSerializer

public class JavaMapSerializer extends com.esotericsoftware.kryo.Serializer<Map<?,?>>
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

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

    Methods inherited from class com.esotericsoftware.kryo.Serializer

    copy, getAcceptsNull, isImmutable, setAcceptsNull, setImmutable

    Methods inherited from class java.lang.Object

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

    • JavaMapSerializer

      public JavaMapSerializer()
  • Method Details

    • read

      public Map<?,?> read(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Input input, Class<? extends Map<?,?>> type)
      Specified by:
      read in class com.esotericsoftware.kryo.Serializer<Map<?,?>>
    • write

      public void write(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Output output, Map<?,?> map)
      Specified by:
      write in class com.esotericsoftware.kryo.Serializer<Map<?,?>>