Class ScalarFieldMarshaller<T>

java.lang.Object
org.wildfly.clustering.marshalling.protostream.ScalarFieldMarshaller<T>
Type Parameters:
T - the type of this marshaller
All Implemented Interfaces:
Marshallable<T>, Readable<T>, Writable<T>

public class ScalarFieldMarshaller<T> extends Object
A field marshaller based on a scaler marshaller.
Author:
Paul Ferraro