Module Kryo
Provides classes and predicates for working with the Kryo serialization framework.
Import path
import semmle.code.java.frameworks.KryoImports
| java | Provides all default Java QL imports. |
Classes
| Kryo | The type |
| KryoEnableWhiteListing | A call to |
| 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. |