DataMatrixStringEncoder
public protocol DataMatrixStringEncoderUse DefaultDataMatrixStringEncoderto encode an array of ErxTaskMatrixCode  into a representive json string
- 
                  
                  Creates a json string representable for an instance that conforms to the ErxTaskMatrixCodeprotocolThrows anDefaultDataMatrixStringEncoderErrorthat illustrates that string conversion failedDeclarationSwift func stringEncode(tasks: [ErxTaskMatrixCode]) throws -> StringParameterstasksobjects conforming to ErxTaskMatrixCodeprotocolReturn Valuea json string with the ErxTaskMatrixCodes information
- 
                  
                  Creates a json string representable for an instance that conforms to the ErxChargeItemMatrixCodeprotocolThrows an error if the access code is missing or the string conversion failedDeclarationSwift func stringEncode(chargeItem: ErxChargeItemMatrixCode) throws -> StringParameterschargeItemobjects conforming to ErxChargeItemMatrixCodeprotocolReturn Valuea string with the ErxChargeItemMatrixCodes information
 View on GitHub
            View on GitHub
           DataMatrixStringEncoder Protocol Reference
      DataMatrixStringEncoder Protocol Reference