public interface WritableConverter
Modifier and Type | Method and Description |
---|---|
Writable |
convert(Writable writable)
Convert a writable to another kind of writable
|
Writable convert(Writable writable) throws WritableConverterException
writable
- the writable to convertWritableConverterException