public class ReadDataReply extends VersionedExternalizableMessage
Constructor and Description |
---|
ReadDataReply() |
ReadDataReply(org.opendaylight.yangtools.yang.data.api.schema.NormalizedNode<?,?> normalizedNode,
short version) |
Modifier and Type | Method and Description |
---|---|
static ReadDataReply |
fromSerializable(Object serializable) |
org.opendaylight.yangtools.yang.data.api.schema.NormalizedNode<?,?> |
getNormalizedNode() |
static boolean |
isSerializedType(Object message) |
void |
readExternal(ObjectInput in) |
void |
writeExternal(ObjectOutput out) |
getVersion, toSerializable, toString
public ReadDataReply()
public ReadDataReply(org.opendaylight.yangtools.yang.data.api.schema.NormalizedNode<?,?> normalizedNode, short version)
public org.opendaylight.yangtools.yang.data.api.schema.NormalizedNode<?,?> getNormalizedNode()
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
readExternal
in class VersionedExternalizableMessage
IOException
ClassNotFoundException
public void writeExternal(ObjectOutput out) throws IOException
writeExternal
in interface Externalizable
writeExternal
in class VersionedExternalizableMessage
IOException
public static ReadDataReply fromSerializable(Object serializable)
public static boolean isSerializedType(Object message)
Copyright © 2019 OpenDaylight. All rights reserved.