T
@FunctionalInterface public interface Deserializer<T>
deserialize(java.io.InputStream inputStream)
T deserialize(java.io.InputStream inputStream) throws java.io.IOException
Note: Implementations should not close the given InputStream (or any decorators of that InputStream) but rather leave this up to the caller.
inputStream
java.io.IOException
Impressum und Datenschutz Copyright ©2018 eir.me