public interface RecordUnmarshaller
The class used to represent a record is specific to the format of a record. For example, a delimited record marshaller may use Stringp[].
| Modifier and Type | Method and Description |
|---|---|
Object |
unmarshal(String text)
Unmarshals a single record.
|
Object unmarshal(String text) throws RecordIOException
text - the record text to unmarshalRecordIOException - if the record is malformed and cannot be parsed