Uses of Interface
org.wildfly.clustering.marshalling.spi.ByteBufferMarshaller
Packages that use ByteBufferMarshaller
-
Uses of ByteBufferMarshaller in org.wildfly.clustering.marshalling.spi
Methods in org.wildfly.clustering.marshalling.spi that return ByteBufferMarshallerMethods in org.wildfly.clustering.marshalling.spi with parameters of type ByteBufferMarshallerConstructors in org.wildfly.clustering.marshalling.spi with parameters of type ByteBufferMarshallerModifierConstructorDescriptionByteBufferMarshalledKey(T object, ByteBufferMarshaller marshaller) ByteBufferMarshalledKeyFactory(ByteBufferMarshaller marshaller) ByteBufferMarshalledValue(T object, ByteBufferMarshaller marshaller) Constructs a marshalled value from the specified object and marshaller.ByteBufferMarshalledValueFactory(ByteBufferMarshaller marshaller)