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 void
PrivateGlobalConfigurationSerializer. 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 void
ParserRegistry. 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 class
XMLExtendedStreamWriterImpl
XMLExtendedStreamWriterImpl.Methods in org.infinispan.configuration.serializing with parameters of type XMLExtendedStreamWriter Modifier and Type Method Description void
ConfigurationSerializer. serialize(XMLExtendedStreamWriter writer, T configuration)
void
Serializer. serialize(XMLExtendedStreamWriter writer, ConfigurationHolder holder)
protected void
AbstractStoreSerializer. writeCommonStoreElements(XMLExtendedStreamWriter writer, StoreConfiguration configuration)
protected void
AbstractStoreSerializer. writeCommonStoreSubAttributes(XMLExtendedStreamWriter writer, AbstractStoreConfiguration configuration)
static void
SerializeUtils. writeOptional(XMLExtendedStreamWriter writer, Enum<?> attribute, String value)
static void
SerializeUtils. writeTypedProperties(XMLExtendedStreamWriter writer, org.infinispan.commons.util.TypedProperties properties)
-