Annotation Type MapSerializer.BindMap

      • keySerializerFactory

        Class<? extends SerializerFactory> keySerializerFactory
        The factory used to create the key serializer.
        Default:
        com.esotericsoftware.kryo.SerializerFactory.class
      • valueSerializerFactory

        Class<? extends SerializerFactory> valueSerializerFactory
        The factory used to create the value serializer.
        Default:
        com.esotericsoftware.kryo.SerializerFactory.class
      • keysCanBeNull

        boolean keysCanBeNull
        Indicates if keys can be null
        Returns:
        true, if keys can be null
        Default:
        true
      • valuesCanBeNull

        boolean valuesCanBeNull
        Indicates if values can be null
        Returns:
        true, if values can be null
        Default:
        true