public interface IdAndVersionFactory
| Modifier and Type | Method and Description |
|---|---|
IdAndVersion |
create(Object id,
long version) |
IdAndVersion |
readFromStream(ObjectInputStream inputStream) |
void |
writeToStream(IdAndVersion idAndVersion,
ObjectOutputStream objectOutputStream) |
IdAndVersion create(Object id, long version)
IdAndVersion readFromStream(ObjectInputStream inputStream) throws IOException
IOExceptionvoid writeToStream(IdAndVersion idAndVersion, ObjectOutputStream objectOutputStream) throws IOException
IOExceptionCopyright © 2011-2016 Molindo GmbH. All Rights Reserved.