Interface ObjectMarshallingStrategy.Context

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void read​(java.io.ObjectInputStream ois)
      Loads the context from the given object input stream
      void write​(java.io.ObjectOutputStream oos)
      Writes the context to the given object output stream
    • Method Detail

      • read

        void read​(java.io.ObjectInputStream ois)
           throws java.io.IOException,
                  java.lang.ClassNotFoundException
        Loads the context from the given object input stream
        Throws:
        java.io.IOException
        java.lang.ClassNotFoundException
      • write

        void write​(java.io.ObjectOutputStream oos)
            throws java.io.IOException
        Writes the context to the given object output stream
        Throws:
        java.io.IOException