Interface XmlCodec<T>
- Type Parameters:
T- Normalized value type
- All Superinterfaces:
org.opendaylight.yangtools.yang.data.util.codec.TypeAwareCodec<T,NamespaceContext, XMLStreamWriter>
public sealed interface XmlCodec<T>
extends org.opendaylight.yangtools.yang.data.util.codec.TypeAwareCodec<T,NamespaceContext,XMLStreamWriter>
A codec capable of performing normalized value conversion with a
XMLStreamWriter.-
Method Summary
Methods inherited from interface org.opendaylight.yangtools.yang.data.util.codec.TypeAwareCodec
getDataType, parseValue
-
Method Details
-
writeValue
- Specified by:
writeValuein interfaceorg.opendaylight.yangtools.yang.data.util.codec.TypeAwareCodec<T,NamespaceContext, XMLStreamWriter> - Throws:
XMLStreamException
-