Interface Serializer.Source
- All Superinterfaces:
PersistenceSource<Binary>
- Enclosing interface:
- Serializer<M>
public static interface Serializer.Source extends PersistenceSource<Binary>
-
Method Summary
Modifier and Type Method Description default XGettingCollection<? extends Binary>readByObjectIds(PersistenceIdSet[] oids)Methods inherited from interface one.microstream.persistence.types.PersistenceSource
closeSource, prepareSource, read
-
Method Details
-
readByObjectIds
default XGettingCollection<? extends Binary> readByObjectIds(PersistenceIdSet[] oids) throws PersistenceExceptionTransfer- Specified by:
readByObjectIdsin interfacePersistenceSource<Binary>- Throws:
PersistenceExceptionTransfer
-