Uses of Interface
org.wildfly.clustering.marshalling.ByteBufferMarshaller
Packages that use ByteBufferMarshaller
-
Uses of ByteBufferMarshaller in org.wildfly.clustering.marshalling
Classes in org.wildfly.clustering.marshalling that implement ByteBufferMarshallerClasses in org.wildfly.clustering.marshalling that implement interfaces with type arguments of type ByteBufferMarshallerModifier and TypeClassDescriptionclassMarshalledValueimplementation that uses aByteBufferMarshaller.classFactory for creating aByteBufferMarshalledValue.Methods in org.wildfly.clustering.marshalling that return ByteBufferMarshallerMethods in org.wildfly.clustering.marshalling with parameters of type ByteBufferMarshallerConstructors in org.wildfly.clustering.marshalling with parameters of type ByteBufferMarshallerModifierConstructorDescriptionByteBufferMarshalledKey(K object, ByteBufferMarshaller marshaller) ByteBufferMarshalledKeyFactory(ByteBufferMarshaller marshaller) ByteBufferMarshalledValue(V object, ByteBufferMarshaller marshaller) Constructs a marshalled value from the specified object and marshaller.ByteBufferMarshalledValueFactory(ByteBufferMarshaller marshaller)