public interface TransactionIdentifierFactory<T>
Modifier and Type | Method and Description |
---|---|
T |
createTransactionIdentifier() |
T |
deserialize(byte[] bytes) |
byte[] |
serialize(T transactionId) |
int |
size() |
T createTransactionIdentifier()
T deserialize(byte[] bytes)
int size()
Copyright © 2004–2014 Paul Ferraro. All rights reserved.