Interface ConfigurationSerializer<T>
-
- All Known Implementing Classes:
CounterConfigurationSerializer
,JdbcStringBasedStoreConfigurationSerializer
,JpaStoreConfigurationSerializer
,RemoteStoreConfigurationSerializer
,RestStoreConfigurationSerializer
,RocksDBStoreConfigurationSerializer
,Serializer
,SoftIndexFileStoreSerializer
public interface ConfigurationSerializer<T>
- Since:
- 9.0
- Author:
- Tristan Tarrant
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
serialize(XMLExtendedStreamWriter writer, T configuration)
-
-
-
Method Detail
-
serialize
void serialize(XMLExtendedStreamWriter writer, T configuration) throws javax.xml.stream.XMLStreamException
- Throws:
javax.xml.stream.XMLStreamException
-
-