
org.wildfly.clustering.marshalling.protostream.PackedArrayMarshaller Maven / Gradle / Ivy
/*
* Copyright The WildFly Authors
* SPDX-License-Identifier: Apache-2.0
*/
package org.wildfly.clustering.marshalling.protostream;
import java.io.IOException;
import java.lang.reflect.Array;
import org.infinispan.protostream.descriptors.WireType;
/**
* Marshaller for packed repeated fields, e.g. primitive arrays.
* See https://developers.google.com/protocol-buffers/docs/encoding?hl=id#packed
* @author Paul Ferraro
* @param the component type of this marshaller
*/
public class PackedArrayMarshaller implements ScalarMarshaller
© 2015 - 2025 Weber Informatics LLC | Privacy Policy