Interface MarshalledValueFactory<C>
-
- All Superinterfaces:
Marshallability
- All Known Implementing Classes:
ByteBufferMarshalledValueFactory
public interface MarshalledValueFactory<C> extends Marshallability
- Author:
- Paul Ferraro
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <T> MarshalledValue<T,C>createMarshalledValue(T object)CgetMarshallingContext()-
Methods inherited from interface org.wildfly.clustering.marshalling.spi.Marshallability
isMarshallable
-
-
-
-
Method Detail
-
createMarshalledValue
<T> MarshalledValue<T,C> createMarshalledValue(T object)
-
getMarshallingContext
C getMarshallingContext()
-
-