Uses of Class
org.wildfly.clustering.marshalling.spi.ByteBufferMarshalledKey
-
Packages that use ByteBufferMarshalledKey Package Description org.wildfly.clustering.marshalling.spi -
-
Uses of ByteBufferMarshalledKey in org.wildfly.clustering.marshalling.spi
Methods in org.wildfly.clustering.marshalling.spi that return ByteBufferMarshalledKey Modifier and Type Method Description <T> ByteBufferMarshalledKey<T>ByteBufferMarshalledKeyFactory. createMarshalledValue(T object)ByteBufferMarshalledKey<Object>ByteBufferMarshalledKeyExternalizer. readObject(ObjectInput input)Methods in org.wildfly.clustering.marshalling.spi that return types with arguments of type ByteBufferMarshalledKey Modifier and Type Method Description Class<ByteBufferMarshalledKey<Object>>ByteBufferMarshalledKeyExternalizer. getTargetClass()Methods in org.wildfly.clustering.marshalling.spi with parameters of type ByteBufferMarshalledKey Modifier and Type Method Description voidByteBufferMarshalledKeyExternalizer. writeObject(ObjectOutput output, ByteBufferMarshalledKey<Object> value)
-