Interface Serializer.Target
- All Superinterfaces:
PersistenceTarget<Binary>
,PersistenceWriteController
,WriteController
- Enclosing interface:
- Serializer<M>
public static interface Serializer.Target extends PersistenceTarget<Binary>
-
Nested Class Summary
Nested classes/interfaces inherited from interface one.microstream.persistence.types.PersistenceWriteController
PersistenceWriteController.Disabled, PersistenceWriteController.Enabled, PersistenceWriteController.Wrapper
-
Method Summary
Modifier and Type Method Description default boolean
isWritable()
Methods inherited from interface one.microstream.persistence.types.PersistenceTarget
closeTarget, prepareTarget, write
Methods inherited from interface one.microstream.persistence.types.PersistenceWriteController
isStoringEnabled, validateIsStoringEnabled
-
Method Details
-
isWritable
default boolean isWritable()- Specified by:
isWritable
in interfaceWriteController
-