Class PackedArrayMarshaller<T>

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

public class PackedArrayMarshaller<T> extends Object implements ScalarMarshaller<Object>
Marshaller for packed repeated fields, e.g. primitive arrays. See https://developers.google.com/protocol-buffers/docs/encoding?hl=id#packed
Author:
Paul Ferraro