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