Class AbstractStoreSerializer
- java.lang.Object
-
- org.infinispan.configuration.serializing.AbstractStoreSerializer
-
- Direct Known Subclasses:
AbstractJdbcStoreConfigurationSerializer
,JpaStoreConfigurationSerializer
,RemoteStoreConfigurationSerializer
,RestStoreConfigurationSerializer
,RocksDBStoreConfigurationSerializer
,Serializer
,SoftIndexFileStoreSerializer
public abstract class AbstractStoreSerializer extends java.lang.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 javax.xml.stream.XMLStreamException
- Throws:
javax.xml.stream.XMLStreamException
-
writeCommonStoreElements
protected void writeCommonStoreElements(XMLExtendedStreamWriter writer, StoreConfiguration configuration) throws javax.xml.stream.XMLStreamException
- Throws:
javax.xml.stream.XMLStreamException
-
-