All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.infinispan.protostream.containers.ElementContainer Maven / Gradle / Ivy

Go to download

Users need to implement a marshaller object that interacts with a field writer/reader in order to serialize state.

There is a newer version: 14.0.0.CR2
Show newest version
package org.infinispan.protostream.containers;

/**
 * Base interface for element containers. Allows automatic handling of repeated elements/children of
 * container/collection-like messages.
 *
 * @author [email protected]
 * @since 4.4
 */
public interface ElementContainer {

   int getNumElements();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy