T
- the type of the object that is written by this OutputConverterpublic interface OutputConverter<T>
Modifier and Type | Method and Description |
---|---|
void |
write(T t)
Writes an object to a certain output source.
|
void write(T t)
t
- The object to write to a certain output source.