BeanIO 2.0.4

org.beanio.stream
Interface RecordMarshaller

All Known Implementing Classes:
CsvRecordParser, DelimitedRecordParser, FixedLengthRecordParser, JsonRecordMarshaller, XmlRecordMarshaller

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[].

Since:
2.0
Author:
Kevin Seim

Method Summary
 String marshal(Object record)
          Marshals a single record object to a String.
 

Method Detail

marshal

String marshal(Object record)
Marshals a single record object to a String.

Parameters:
record - the record object to marshal
Returns:
the marshalled record text

BeanIO 2.0.4

Copyright © 2010-2013 Kevin Seim