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)
type - Serializable class for which the first non-serializable superclass is to be foundSerializableCopyright © 2006-2013 Joe Walnes, Henri Tremblay, Leonardo Mesquita. All Rights Reserved.