public class SerializationCrawler
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static java.util.Map |
getBadFields(java.util.Collection roots,
boolean forbidComponents)
Checks the fields of the passed classes for their serialization suitability
|
static java.util.Set |
getBadRoots(java.util.Collection roots,
boolean forbidComponents)
Checks the passed classes for their serialization suitability
|
public static java.util.Set getBadRoots(java.util.Collection roots,
boolean forbidComponents)
roots - a collection containing the classes to checkforbidComponents - a boolean denoting whether subclasses of java.awt.Component shall be classified as not suitable as wellpublic static java.util.Map getBadFields(java.util.Collection roots,
boolean forbidComponents)
roots - a collection containing the classes to checkforbidComponents - a boolean denoting whether subclasses of java.awt.Component shall be classified as not suitable as wellCopyright © 2000-2025 OAshi S.à r.l. All Rights Reserved.