public class SerializationInstantiatorHelper extends Object
Constructor | Description |
---|---|
SerializationInstantiatorHelper() |
Modifier and Type | Method | Description |
---|---|---|
static <T> Class<? super T> |
getNonSerializableSuperClass(Class<T> type) |
Returns the first non-serializable superclass of a given class.
|
public static <T> Class<? super T> getNonSerializableSuperClass(Class<T> type)
T
- Type to instantiatetype
- Serializable class for which the first non-serializable superclass is to be foundSerializable
Copyright © 2006–2018 Joe Walnes, Henri Tremblay, Leonardo Mesquita. All rights reserved.