Uses of Interface
org.wildfly.clustering.marshalling.spi.MarshalledValue
-
Packages that use MarshalledValue Package Description org.wildfly.clustering.marshalling.spi -
-
Uses of MarshalledValue in org.wildfly.clustering.marshalling.spi
Classes in org.wildfly.clustering.marshalling.spi that implement MarshalledValue Modifier and Type Class Description classByteBufferMarshalledValue<T>Methods in org.wildfly.clustering.marshalling.spi that return MarshalledValue Modifier and Type Method Description <T> MarshalledValue<T,C>MarshalledValueFactory. createMarshalledValue(T object)MarshalledValue<V,C>MarshalledValueMarshaller. write(V object)Methods in org.wildfly.clustering.marshalling.spi with parameters of type MarshalledValue Modifier and Type Method Description VMarshalledValueMarshaller. read(MarshalledValue<V,C> value)
-