public class SerializationInstantiatorHelper extends Object
Constructor and Description |
---|
SerializationInstantiatorHelper() |
Modifier and Type | Method and Description |
---|---|
static Class |
getNonSerializableSuperClass(Class type)
Returns the first non-serializable superclass of a given class.
|
public static Class getNonSerializableSuperClass(Class type)
type
- Serializable class for which the first non-serializable superclass is to be foundSerializable
Copyright © 2018. All rights reserved.