Class SerializeUtils
- java.lang.Object
-
- org.infinispan.configuration.serializing.SerializeUtils
-
public class SerializeUtils extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
writeOptional(XMLExtendedStreamWriter writer, java.lang.Enum<?> attribute, java.lang.String value)
static void
writeTypedProperties(XMLExtendedStreamWriter writer, TypedProperties properties)
-
-
-
Method Detail
-
writeOptional
public static void writeOptional(XMLExtendedStreamWriter writer, java.lang.Enum<?> attribute, java.lang.String value) throws javax.xml.stream.XMLStreamException
- Throws:
javax.xml.stream.XMLStreamException
-
writeTypedProperties
public static void writeTypedProperties(XMLExtendedStreamWriter writer, TypedProperties properties) throws javax.xml.stream.XMLStreamException
- Throws:
javax.xml.stream.XMLStreamException
-
-