Class CommandResponseMarshaller
- java.lang.Object
-
- org.wildfly.clustering.server.infinispan.dispatcher.CommandResponseMarshaller
-
- All Implemented Interfaces:
org.jgroups.blocks.Marshaller
public class CommandResponseMarshaller extends Object implements org.jgroups.blocks.Marshaller
Marshalling strategy for the command response.- Author:
- Paul Ferraro
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectobjectFromStream(DataInput stream)voidobjectToStream(Object object, DataOutput stream)
-
-
-
Method Detail
-
objectToStream
public void objectToStream(Object object, DataOutput stream) throws IOException
- Specified by:
objectToStreamin interfaceorg.jgroups.blocks.Marshaller- Throws:
IOException
-
objectFromStream
public Object objectFromStream(DataInput stream) throws IOException
- Specified by:
objectFromStreamin interfaceorg.jgroups.blocks.Marshaller- Throws:
IOException
-
-