public interface SerializabilityChecker
| Modifier and Type | Field and Description |
|---|---|
static SerializabilityChecker |
DEFAULT
The default serializability checker.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isSerializable(Class<?> clazz)
Determine whether an object class is serializable.
|
static final SerializabilityChecker DEFAULT
true for any class which implements Serializable.boolean isSerializable(Class<?> clazz)
clazz - the object class to testtrue if the object class is serializable, false otherwiseCopyright © 2017 JBoss by Red Hat. All rights reserved.