Uses of Interface
org.infinispan.configuration.serializing.XMLExtendedStreamWriter
-
Packages that use XMLExtendedStreamWriter Package Description org.infinispan.configuration.internal A private configuration package.org.infinispan.configuration.parsing org.infinispan.configuration.serializing -
-
Uses of XMLExtendedStreamWriter in org.infinispan.configuration.internal
Methods in org.infinispan.configuration.internal with parameters of type XMLExtendedStreamWriter Modifier and Type Method Description voidPrivateGlobalConfigurationSerializer. serialize(XMLExtendedStreamWriter writer, PrivateGlobalConfiguration configuration) -
Uses of XMLExtendedStreamWriter in org.infinispan.configuration.parsing
Methods in org.infinispan.configuration.parsing with parameters of type XMLExtendedStreamWriter Modifier and Type Method Description voidParserRegistry. serialize(XMLExtendedStreamWriter writer, GlobalConfiguration globalConfiguration, Map<String,Configuration> configurations)Serializes a full configuration to anXMLExtendedStreamWriter -
Uses of XMLExtendedStreamWriter in org.infinispan.configuration.serializing
Classes in org.infinispan.configuration.serializing that implement XMLExtendedStreamWriter Modifier and Type Class Description classXMLExtendedStreamWriterImplXMLExtendedStreamWriterImpl.Methods in org.infinispan.configuration.serializing with parameters of type XMLExtendedStreamWriter Modifier and Type Method Description voidConfigurationSerializer. serialize(XMLExtendedStreamWriter writer, T configuration)voidSerializer. serialize(XMLExtendedStreamWriter writer, ConfigurationHolder holder)protected voidAbstractStoreSerializer. writeCommonStoreElements(XMLExtendedStreamWriter writer, StoreConfiguration configuration)protected voidAbstractStoreSerializer. writeCommonStoreSubAttributes(XMLExtendedStreamWriter writer, AbstractStoreConfiguration configuration)static voidSerializeUtils. writeOptional(XMLExtendedStreamWriter writer, Enum<?> attribute, String value)static voidSerializeUtils. writeTypedProperties(XMLExtendedStreamWriter writer, org.infinispan.commons.util.TypedProperties properties)
-