Interface ScalarMarshaller<T>

Type Parameters:
T - the type of this marshaller
All Superinterfaces:
Marshallable<T>, Readable<T>, Writable<T>
All Known Implementing Classes:
IdentifierScalarMarshaller, PackedArrayMarshaller, Scalar, ScalarClass

public interface ScalarMarshaller<T> extends Marshallable<T>
Marshaller for a single scalar value. This marshaller does not write any tags, nor does it read beyond a single value.
Author:
Paul Ferraro