Class DataTreeCandidateInputOutput
java.lang.Object
org.opendaylight.yangtools.yang.data.codec.binfmt.DataTreeCandidateInputOutput
Utility serialization/deserialization for
DataTreeCandidate
. Note that this utility does not maintain
before-image information across serialization.-
Method Summary
Modifier and TypeMethodDescriptionstatic @NonNull DataTreeCandidate
static @NonNull DataTreeCandidate
static void
writeDataTreeCandidate
(NormalizedNodeDataOutput out, DataTreeCandidate candidate)
-
Method Details
-
readDataTreeCandidate
public static @NonNull DataTreeCandidate readDataTreeCandidate(NormalizedNodeDataInput in) throws IOException - Throws:
IOException
-
readDataTreeCandidate
public static @NonNull DataTreeCandidate readDataTreeCandidate(NormalizedNodeDataInput in, ReusableStreamReceiver receiver) throws IOException - Throws:
IOException
-
writeDataTreeCandidate
public static void writeDataTreeCandidate(NormalizedNodeDataOutput out, DataTreeCandidate candidate) throws IOException - Throws:
IOException
-