protected abstract static class AbstractIdentifiablePayload.AbstractProxy<T extends org.opendaylight.yangtools.concepts.Identifier> extends Object implements Externalizable
Modifier | Constructor and Description |
---|---|
|
AbstractProxy() |
protected |
AbstractProxy(byte[] serialized) |
Modifier and Type | Method and Description |
---|---|
protected abstract org.opendaylight.yangtools.concepts.Identifiable<T> |
createObject(T identifier,
byte[] serialized) |
void |
readExternal(ObjectInput in) |
protected abstract T |
readIdentifier(DataInput in) |
protected Object |
readResolve() |
void |
writeExternal(ObjectOutput out) |
public AbstractProxy()
protected AbstractProxy(byte[] serialized)
public final void writeExternal(ObjectOutput out) throws IOException
writeExternal
in interface Externalizable
IOException
public final void readExternal(ObjectInput in) throws IOException
readExternal
in interface Externalizable
IOException
protected final Object readResolve()
@Nonnull protected abstract T readIdentifier(@Nonnull DataInput in) throws IOException
IOException
Copyright © 2019 OpenDaylight. All rights reserved.