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 booleanisWritable()Methods inherited from interface one.microstream.persistence.types.PersistenceTarget
closeTarget, prepareTarget, writeMethods inherited from interface one.microstream.persistence.types.PersistenceWriteController
isStoringEnabled, validateIsStoringEnabled
-
Method Details
-
isWritable
default boolean isWritable()- Specified by:
isWritablein interfaceWriteController
-