public class SerializationInstantiatorHelper
extends java.lang.Object
| Constructor and Description |
|---|
SerializationInstantiatorHelper() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.Class |
getNonSerializableSuperClass(java.lang.Class type)
Returns the first non-serializable superclass of a given class.
|
public static java.lang.Class getNonSerializableSuperClass(java.lang.Class type)
type - Serializable class for which the first non-serializable superclass is to be foundSerializableCopyright © 2006-2012 Joe Walnes, Henri Tremblay, Leonardo Mesquita. All Rights Reserved.