Package it.tidalwave.role.io
Interface Unmarshallable
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
The role of an object that can be unmarshalled.
- Author:
- Fabrizio Giudici
- Stereotype:
- Role
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescription<T> T
unmarshal
(InputStream is) Unmarshalls the object from the givenInputStream
.
-
Field Details
-
_Unmarshallable_
-
-
Method Details
-
unmarshal
Unmarshalls the object from the givenInputStream
.- Type Parameters:
T
- the type of the returned value- Parameters:
is
- theInputStream
- Returns:
- the unmarshalled object
- Throws:
IOException
- when an error occurs
-