public interface GroupCompatibilityChecker
SerializationGroup
s.Modifier and Type | Method and Description |
---|---|
boolean |
isCompatibleWith(GroupCompatibilityChecker other)
Gets whether this object can work compatibly with another in the management of
SerializationGroup s. |
boolean isCompatibleWith(GroupCompatibilityChecker other)
SerializationGroup
s.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.