Class KryoConfig

java.lang.Object
nl.basjes.parse.useragent.utils.KryoConfig

public final class KryoConfig extends Object
  • Method Details

    • configureKryo

      public static void configureKryo(com.esotericsoftware.kryo.Kryo kryo)
      This is used to configure the provided Kryo instance if Kryo serialization is desired.
      Parameters:
      kryo - The instance of com.esotericsoftware.kryo.Kryo that needs to be configured.