IO
IO is the standard data transfer object used in the BXM framework, and all DTOs are managed as IO. IO has the characteristics of a data object and is also used for interfaces with the DB and external systems. The framework provides the capability to convert IO objects into fixed-length data files and delimiter data files, or to map from data files to IO objects. File processing in batch uses these capabilities, and business developers do not perform separate conversion tasks for file processing.