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
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoidmarshal(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
-