![JAR search and dependency download from the Maven repository](/logo.png)
org.infinispan.server.resp.serialization.MapSerializer Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of infinispan-server-resp Show documentation
Show all versions of infinispan-server-resp Show documentation
Infinispan Resp Protocol Server
package org.infinispan.server.resp.serialization;
import java.util.Map;
import org.infinispan.server.resp.ByteBufPool;
/**
* Represent an unordered sequence of key-value tuples.
*
*
* The prefix is a percent sign, followed by the base-10 representation of the number key-value tuples. Each key and value
* follow the representation of the respective type. Therefore, the map is heterogeneous in its elements.
*
*
* @since 15.0
* @author José Bolina
*/
final class MapSerializer implements NestedResponseSerializer
© 2015 - 2025 Weber Informatics LLC | Privacy Policy