Interface Writable<T>
- Type Parameters:
T- the writable object type
public interface Writable<T>
Encapsulates a writable object.
- Author:
- Paul Ferraro
-
Method Summary
-
Method Details
-
write
Writes the specified object to the specified marshaller.- Parameters:
marshaller- a marshallerobject- the object to be written- Throws:
IOException- if the object could not be written.
-