Interface RecordMarshaller

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String marshal​(java.lang.Object record)
      Marshals a single record object to a String.
    • Method Detail

      • marshal

        java.lang.String marshal​(java.lang.Object record)
        Marshals a single record object to a String.
        Parameters:
        record - the record object to marshal
        Returns:
        the marshalled record text