public class SerializationInstantiatorHelper extends Object
| Constructor and Description | 
|---|
SerializationInstantiatorHelper()  | 
| Modifier and Type | Method and 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 foundSerializableCopyright © 2006–2017 Joe Walnes, Henri Tremblay, Leonardo Mesquita. All rights reserved.