public abstract class EmptyExternalizableProxy extends Object implements Externalizable
Modifier | Constructor and Description |
---|---|
protected |
EmptyExternalizableProxy(Object readResolveTo) |
Modifier and Type | Method and Description |
---|---|
void |
readExternal(ObjectInput in) |
protected Object |
readResolve() |
void |
writeExternal(ObjectOutput out) |
protected EmptyExternalizableProxy(Object readResolveTo)
public void writeExternal(ObjectOutput out) throws IOException
writeExternal
in interface Externalizable
IOException
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
IOException
ClassNotFoundException
protected Object readResolve()
Copyright © 2019 OpenDaylight. All rights reserved.