Interface NodeConverter

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      org.opendaylight.yangtools.yang.data.api.schema.NormalizedNode<?,​?> deserialize​(org.opendaylight.yangtools.yang.model.api.SchemaNode schemaNode, Reader inputData)
      This method will deserialize the given input data into NormalizedNodes.
      Writer serializeData​(org.opendaylight.yangtools.yang.model.api.SchemaNode schemaNode, org.opendaylight.yangtools.yang.data.api.schema.NormalizedNode<?,​?> normalizedNode)
      This method will serialize the given NormalizedNode into its string representation.
      Writer serializeRpc​(org.opendaylight.yangtools.yang.model.api.SchemaNode schemaNode, org.opendaylight.yangtools.yang.data.api.schema.NormalizedNode<?,​?> normalizedNode)
      This method will serialize the input NormalizedNode RPC into its string representation.