Class AbstractStoreSerializer
java.lang.Object
org.infinispan.configuration.serializing.AbstractStoreSerializer
- Direct Known Subclasses:
AbstractJdbcStoreConfigurationSerializer
,CoreConfigurationSerializer
,RemoteStoreConfigurationSerializer
,RocksDBStoreConfigurationSerializer
AbstractStoreSerializer.
- Since:
- 9.0
- Author:
- Tristan Tarrant
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
writeCommonStoreElements
(ConfigurationWriter writer, StoreConfiguration configuration) protected void
writeCommonStoreSubAttributes
(ConfigurationWriter writer, AbstractStoreConfiguration configuration)
-
Constructor Details
-
AbstractStoreSerializer
public AbstractStoreSerializer()
-
-
Method Details
-
writeCommonStoreSubAttributes
protected void writeCommonStoreSubAttributes(ConfigurationWriter writer, AbstractStoreConfiguration configuration) -
writeCommonStoreElements
protected void writeCommonStoreElements(ConfigurationWriter writer, StoreConfiguration configuration)
-