Uses of Interface
com.esotericsoftware.kryo.util.Generics
-
Packages that use Generics Package Description com.esotericsoftware.kryo com.esotericsoftware.kryo.util -
-
Uses of Generics in com.esotericsoftware.kryo
Methods in com.esotericsoftware.kryo that return Generics Modifier and Type Method Description Generics
Kryo. getGenerics()
Tracks the generic type arguments and actual classes for type variables in the object graph during seralization. -
Uses of Generics in com.esotericsoftware.kryo.util
Classes in com.esotericsoftware.kryo.util that implement Generics Modifier and Type Class Description class
DefaultGenerics
Stores the generic type arguments and actual classes for type variables in the current location in the object graph.class
NoGenerics
Implementation ofGenerics
that does not store generic type arguments and actual classes for type variables.Fields in com.esotericsoftware.kryo.util declared as Generics Modifier and Type Field Description static Generics
NoGenerics. INSTANCE
Methods in com.esotericsoftware.kryo.util with parameters of type Generics Modifier and Type Method Description java.lang.Class
Generics.GenericType. resolve(Generics generics)
If this type is a type variable, resolve it to a class.
-