public interface RecordMarshaller
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 |
|---|---|
String |
marshal(Object record)
Marshals a single record object to a String.
|