| Package | Description |
|---|---|
| com.esotericsoftware.kryo | |
| com.esotericsoftware.kryo.serializers |
| Modifier and Type | Field and Description |
|---|---|
private Generics |
Kryo.genericsScope |
private Generics |
Generics.parentScope |
| Modifier and Type | Method and Description |
|---|---|
Generics |
Kryo.getGenericsScope() |
Generics |
Generics.getParentScope() |
| Modifier and Type | Method and Description |
|---|---|
void |
Kryo.pushGenericsScope(java.lang.Class type,
Generics generics) |
void |
Generics.setParentScope(Generics scope) |
| Constructor and Description |
|---|
Generics(Generics parentScope) |
| Modifier and Type | Field and Description |
|---|---|
private Generics |
FieldSerializer.genericsScope |
| Modifier and Type | Method and Description |
|---|---|
(package private) Generics |
FieldSerializerGenericsUtil.buildGenericsScope(java.lang.Class clazz,
java.lang.Class[] generics)
Create a mapping from type variable names (which are declared as type parameters of a generic class) to the concrete classes
used for type instantiation.
|
Generics |
FieldSerializer.getGenericsScope() |