Uses of Interface
org.wildfly.clustering.marshalling.spi.IntSerializer
-
Packages that use IntSerializer Package Description org.wildfly.clustering.marshalling.spi -
-
Uses of IntSerializer in org.wildfly.clustering.marshalling.spi
Classes in org.wildfly.clustering.marshalling.spi that implement IntSerializer Modifier and Type Class Description classIndexSerializerVarious strategies for marshalling an array/collection index (i.e.Methods in org.wildfly.clustering.marshalling.spi that return IntSerializer Modifier and Type Method Description static IntSerializerIndexSerializer. select(int size)Returns the most efficient externalizer for a given index size.
-