
org.wildfly.clustering.session.IdentifierMarshallerProvider Maven / Gradle / Ivy
/*
* Copyright The WildFly Authors
* SPDX-License-Identifier: Apache-2.0
*/
package org.wildfly.clustering.session;
import java.nio.ByteBuffer;
import org.wildfly.clustering.marshalling.Marshaller;
/**
* @author Paul Ferraro
*/
public interface IdentifierMarshallerProvider {
Marshaller getMarshaller();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy