Class UserAgentAnalyzerTester

    • Constructor Detail

      • UserAgentAnalyzerTester

        public UserAgentAnalyzerTester()
    • Method Detail

      • configureKryo

        public static void configureKryo​(Object kryoInstance)
        This is used to configure the provided Kryo instance if Kryo serialization is desired. The expected type here is Object because otherwise the Kryo library becomes a mandatory dependency on any project that uses Yauaa.
        Parameters:
        kryoInstance - The instance of com.esotericsoftware.kryo.Kryo that needs to be configured.