Interface Marshaller<V,​S>

    • Method Detail

      • read

        V read​(S value)
        throws IOException
        Reads a value from its marshalled form.
        Parameters:
        value - the marshalled form
        Returns:
        an unmarshalled value/
        Throws:
        IOException
      • write

        S write​(V value)
         throws IOException
        Writes a value to its serialized form
        Parameters:
        a - value to marshal.
        Returns:
        the serialized form of the value
        Throws:
        IOException