Class 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 Detail

      • objectToStream

        public void objectToStream​(Object object,
                                   DataOutput stream)
                            throws IOException
        Specified by:
        objectToStream in interface org.jgroups.blocks.Marshaller
        Throws:
        IOException
      • objectFromStream

        public Object objectFromStream​(DataInput stream)
                                throws IOException
        Specified by:
        objectFromStream in interface org.jgroups.blocks.Marshaller
        Throws:
        IOException