Interface XmlCodec<T>

Type Parameters:
T - Normalized value type
All Superinterfaces:
TypeAwareCodec<T,NamespaceContext,XMLStreamWriter>

public sealed interface XmlCodec<T> extends TypeAwareCodec<T,NamespaceContext,XMLStreamWriter>
A codec capable of performing normalized value conversion with a XMLStreamWriter.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Serialize specified value with specified JsonWriter.

    Methods inherited from interface org.opendaylight.yangtools.yang.data.util.codec.TypeAwareCodec

    getDataType, parseValue