Interface TestMarshaller<T>

Type Parameters:
T - marshaller target type
All Superinterfaces:
org.wildfly.clustering.marshalling.Marshallability, org.wildfly.clustering.marshalling.Marshaller<T,ByteBuffer>
All Known Implementing Classes:
ByteBufferTestMarshaller

public interface TestMarshaller<T> extends org.wildfly.clustering.marshalling.Marshaller<T,ByteBuffer>
Encapsulates the marshalling of an object. This allows us to run a set of marshalling tests across different marshallers.
Author:
Paul Ferraro
  • Field Summary

    Fields inherited from interface org.wildfly.clustering.marshalling.Marshallability

    TRUE
  • Method Summary

    Methods inherited from interface org.wildfly.clustering.marshalling.Marshallability

    isMarshallable

    Methods inherited from interface org.wildfly.clustering.marshalling.Marshaller

    read, write