Uses of Interface
org.wildfly.clustering.marshalling.spi.ByteBufferMarshaller
-
Packages that use ByteBufferMarshaller Package Description org.wildfly.clustering.marshalling.spi -
-
Uses of ByteBufferMarshaller in org.wildfly.clustering.marshalling.spi
Methods in org.wildfly.clustering.marshalling.spi that return ByteBufferMarshaller Modifier and Type Method Description ByteBufferMarshallerByteBufferMarshalledValueFactory. getMarshallingContext()Methods in org.wildfly.clustering.marshalling.spi with parameters of type ByteBufferMarshaller Modifier and Type Method Description TByteBufferMarshalledValue. get(ByteBufferMarshaller marshaller)Constructors in org.wildfly.clustering.marshalling.spi with parameters of type ByteBufferMarshaller Constructor Description ByteBufferMarshalledValue(T object, ByteBufferMarshaller marshaller)ByteBufferMarshalledValueFactory(ByteBufferMarshaller marshaller)
-