public interface GroupCompatibilityChecker
SerializationGroups.| Modifier and Type | Method and Description |
|---|---|
boolean |
isCompatibleWith(GroupCompatibilityChecker other)
Gets whether this object can work compatibly with another in the management of
SerializationGroups. |
boolean isCompatibleWith(GroupCompatibilityChecker other)
SerializationGroups.other - the other checker. May be null.true if this object is compatible with other, false otherwiseCopyright © 2013 JBoss by Red Hat. All rights reserved.