Package network.aika

Interface Writable

    • Method Detail

      • write

        void write​(DataOutput out)
            throws IOException
        Serialize the fields of this object to out.
        Parameters:
        out - DataOuput to serialize this object into.
        Throws:
        IOException
      • readFields

        void readFields​(DataInput in,
                        Model m)
                 throws IOException
        Deserialize the fields of this object from in.

        For efficiency, implementations should attempt to re-use storage in the existing object where possible.

        Parameters:
        in - DataInput to deseriablize this object from.
        Throws:
        IOException