Class AbstractStoreSerializer
- java.lang.Object
-
- org.infinispan.configuration.serializing.AbstractStoreSerializer
-
- Direct Known Subclasses:
AbstractJdbcStoreConfigurationSerializer
,JpaStoreConfigurationSerializer
,RemoteStoreConfigurationSerializer
,RestStoreConfigurationSerializer
,org.infinispan.persistence.rocksdb.configuration.RocksDBStoreConfigurationSerializer
,Serializer
public abstract class AbstractStoreSerializer extends Object
AbstractStoreSerializer.- Since:
- 9.0
- Author:
- Tristan Tarrant
-
-
Constructor Summary
Constructors Constructor Description AbstractStoreSerializer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
writeCommonStoreElements(XMLExtendedStreamWriter writer, StoreConfiguration configuration)
protected void
writeCommonStoreSubAttributes(XMLExtendedStreamWriter writer, AbstractStoreConfiguration configuration)
-
-
-
Method Detail
-
writeCommonStoreSubAttributes
protected void writeCommonStoreSubAttributes(XMLExtendedStreamWriter writer, AbstractStoreConfiguration configuration) throws XMLStreamException
- Throws:
XMLStreamException
-
writeCommonStoreElements
protected void writeCommonStoreElements(XMLExtendedStreamWriter writer, StoreConfiguration configuration) throws XMLStreamException
- Throws:
XMLStreamException
-
-