Class AbstractWireSerializingTestCase<T extends Writeable>

Direct Known Subclasses:
AbstractDiffableWireSerializationTestCase, AbstractSerializingTestCase

public abstract class AbstractWireSerializingTestCase<T extends Writeable> extends AbstractWireTestCase<T>
Standard test case for testing the wire serialization of subclasses of Writeable. See AbstractNamedWriteableTestCase for subclasses of NamedWriteable.