java.lang.Object
org.opendaylight.yangtools.yang.data.codec.binfmt.DataTreeCandidateInputOutput

public final class DataTreeCandidateInputOutput extends Object
Utility serialization/deserialization for DataTreeCandidate. Note that this utility does not maintain before-image information across serialization.
  • Method Details

    • readDataTreeCandidate

      public static @NonNull org.opendaylight.yangtools.yang.data.tree.api.DataTreeCandidate readDataTreeCandidate(NormalizedNodeDataInput in) throws IOException
      Throws:
      IOException
    • readDataTreeCandidate

      public static @NonNull org.opendaylight.yangtools.yang.data.tree.api.DataTreeCandidate readDataTreeCandidate(NormalizedNodeDataInput in, org.opendaylight.yangtools.yang.data.api.schema.stream.ReusableStreamReceiver receiver) throws IOException
      Throws:
      IOException
    • writeDataTreeCandidate

      public static void writeDataTreeCandidate(NormalizedNodeDataOutput out, org.opendaylight.yangtools.yang.data.tree.api.DataTreeCandidate candidate) throws IOException
      Throws:
      IOException