Interface Marshaller<V,S>
- Record Components:
V- the value typeS- the serialized form type
- All Superinterfaces:
Marshallability
- All Known Subinterfaces:
ByteBufferMarshaller
- All Known Implementing Classes:
MarshalledValueMarshaller
Marshals an object to and from its serialized form.
- Author:
- Paul Ferraro
-
Method Summary
Methods inherited from interface org.wildfly.clustering.marshalling.spi.Marshallability
isMarshallable
-
Method Details
-
identity
-
read
Reads a value from its marshalled form.- Parameters:
value- the marshalled form- Returns:
- an unmarshalled value/
- Throws:
IOException
-
write
Writes a value to its serialized form- Parameters:
a- value to marshal.- Returns:
- the serialized form of the value
- Throws:
IOException
-