Package it.tidalwave.role.io
Interface Marshallable
- 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 marshalled to an
OutputStream
.- Author:
- Fabrizio Giudici
- Stereotype:
- Role
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
marshal
(OutputStream os) Marshals this object to anOutputStream
.
-
Field Details
-
_Marshallable_
-
-
Method Details
-
marshal
Marshals this object to anOutputStream
.- Parameters:
os
- theOutputStream
- Throws:
IOException
- in case of errors
-