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
-
Method Details
-
read
Reads an object from the input stream.- Parameters:
input- the input stream- Returns:
- the deserialized object
- Throws:
IOException- if an error occurs
-