public interface SerializabilityChecker
| Modifier and Type | Field | Description |
|---|---|---|
static SerializabilityChecker |
DEFAULT |
The default serializability checker.
|
| Modifier and Type | Method | 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 © 2020 JBoss by Red Hat. All rights reserved.