T - The type of value matched.public interface SerializableMatcher<T> extends 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.
_dont_implement_Matcher___instead_extend_BaseMatcher_, describeMismatch, matchesdescribeTo