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 GenericsKryo. 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 classDefaultGenericsStores the generic type arguments and actual classes for type variables in the current location in the object graph.classNoGenericsImplementation ofGenericsthat 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 GenericsNoGenerics. INSTANCEMethods in com.esotericsoftware.kryo.util with parameters of type Generics Modifier and Type Method Description ClassGenerics.GenericType. resolve(Generics generics)If this type is a type variable, resolve it to a class.
-