CodeQL library for Java/Kotlin
codeql/java-all 0.9.1 (changelog, source)
Search

Module Kryo

Provides classes and predicates for working with the Kryo serialization framework.

Import path

import semmle.code.java.frameworks.Kryo

Imports

java

Provides all default Java QL imports.

Classes

Kryo

The type com.esotericsoftware.kryo.Kryo.

KryoEnableWhiteListing

A call to Kryo.setRegistrationRequired that enables white-listing.

KryoInput

A Kryo input stream.

KryoPool

A Kryo pool.

KryoPoolBuilder

A Kryo pool builder.

KryoPoolBuilderMethod

A Kryo pool builder method used in a fluent API call chain.

KryoPoolRunMethod

A KryoPool method that uses a Kryo instance.

KryoReadObjectMethod

A Kryo method that deserializes an object.