Interface Deserializer<T>


public interface Deserializer<T>
Interface for deserializing objects from a stream.
Since:
1.0
Author:
Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
  • Method Summary

    Modifier and Type
    Method
    Description
    Reads an object from the input stream.
  • Method Details

    • read

      T read(InputStream input) throws IOException
      Reads an object from the input stream.
      Parameters:
      input - the input stream
      Returns:
      the deserialized object
      Throws:
      IOException - if an error occurs