public class TransactionWriter extends Object
Constructor and Description |
---|
TransactionWriter() |
Modifier and Type | Method and Description |
---|---|
void |
serialize(Iterable<? extends TransactionOperation> txn,
OutputStream out)
serialize the passed list of operations to the passed writer.
|
public void serialize(Iterable<? extends TransactionOperation> txn, OutputStream out) throws IOException
txn
- the operationsout
- the output stream to write toIllegalArgumentException
- when one of the parameters is nullIOException
Copyright © 2001-2016 Aduna. All Rights Reserved.