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