public abstract class ParameterizedSerializableType<T> extends SerializableType<T>
SerializableType that represents a ParameterizedType.| Modifier and Type | Method and Description |
|---|---|
Type |
getGenericPlatformType()
The generic Java platform type used to represent values of this type, with parameterized
type information preserved.
|
abstract ParameterizedType |
getParameterizedType()
The
ParameterizedType used to represent values of this type. |
accepts, cast, deserializeValue, equals, getErasedPlatformType, hashCode, isAssignableFrom, serialize, serializeValue, test, toStringpublic abstract ParameterizedType getParameterizedType()
ParameterizedType used to represent values of this type.public Type getGenericPlatformType()
SerializableTypegetGenericPlatformType in class SerializableType<T>