| 
 | BeanIO 2.0.4 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface RecordMarshaller
Interface for marshalling a single record object.
The class used to represent a record is specific to the format of a record. For example, a delimited record marshaller may use Stringp[].
| Method Summary | |
|---|---|
|  String | marshal(Object record)Marshals a single record object to a String. | 
| Method Detail | 
|---|
String marshal(Object record)
record - the record object to marshal
| 
 | BeanIO 2.0.4 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||