5960616263646566676869
for (TransactionOperation op : txn) { serialize(op, xmlWriter); } xmlWriter.endTag(TransactionXMLConstants.TRANSACTION_TAG); xmlWriter.endDocument(); } /** * Serializes the supplied operation.
5657585960616263646566