Interface Marshaller<V,S>

Type Parameters:
V - the value type
S - the marshalled type
All Superinterfaces:
Marshallability
All Known Subinterfaces:
ByteBufferMarshaller
All Known Implementing Classes:
AbstractByteBufferMarshaller, IdentifierMarshaller, JavaByteBufferMarshaller, JBossByteBufferMarshaller, MarshalledValueMarshaller, ProtoStreamByteBufferMarshaller, WrappedMessageByteBufferMarshaller

public interface Marshaller<V,S> extends Marshallability
Marshals an object to and from its serialized form.
Author:
Paul Ferraro