T - The type of value matched.public interface SerializableMatcher<T>
extends org.hamcrest.Matcher<T>, java.io.Serializable
Matcher that is also Serializable.
Such matchers can be used with PAssert, which builds pipelines such that these
matchers may be serialized and executed remotely.
To create a SerializableMatcher, extend BaseMatcher and also
implement this interface.