@Beta public final class DataTreeCandidateInputOutput extends Object
DataTreeCandidate. Note that this utility does not maintain
before-image information across serialization.| Modifier and Type | Method and Description |
|---|---|
static org.opendaylight.yangtools.yang.data.api.schema.tree.DataTreeCandidate |
readDataTreeCandidate(DataInput in) |
static void |
writeDataTreeCandidate(DataOutput out,
org.opendaylight.yangtools.yang.data.api.schema.tree.DataTreeCandidate candidate) |
public static org.opendaylight.yangtools.yang.data.api.schema.tree.DataTreeCandidate readDataTreeCandidate(DataInput in) throws IOException
IOExceptionpublic static void writeDataTreeCandidate(DataOutput out, org.opendaylight.yangtools.yang.data.api.schema.tree.DataTreeCandidate candidate) throws IOException
IOExceptionCopyright © 2019 OpenDaylight. All rights reserved.