Interface RecordMarshaller<I,​O>

  • Type Parameters:
    I - the type of record to marshall
    O - the type of marshalled record
    All Superinterfaces:
    RecordProcessor<I,​O>

    public interface RecordMarshaller<I,​O>
    extends RecordProcessor<I,​O>
    Marker interface for all record marshallers. This is conceptually the opposite of a RecordMapper.
    Author:
    Mahmoud Ben Hassine ([email protected])