Class EmptyExternalizableProxy
java.lang.Object
org.opendaylight.controller.cluster.raft.base.messages.EmptyExternalizableProxy
- All Implemented Interfaces:
Externalizable,Serializable
@Deprecated(since="7.0.0",
forRemoval=true)
public abstract class EmptyExternalizableProxy
extends Object
implements Externalizable
Deprecated, for removal: This API element is subject to removal in a future version.
Abstract base that implements Externalizable with no-op methods that is intended for classes that use the
externalizable proxy pattern but have no data to serialize and read-resolve to a static instance.
- Author:
- Thomas Pantelis
- See Also:
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedEmptyExternalizableProxy(Object readResolveTo) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionvoidDeprecated, for removal: This API element is subject to removal in a future version.protected ObjectDeprecated, for removal: This API element is subject to removal in a future version.voidDeprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Details
-
EmptyExternalizableProxy
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
writeExternal
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
writeExternalin interfaceExternalizable
-
readExternal
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
readExternalin interfaceExternalizable
-
readResolve
Deprecated, for removal: This API element is subject to removal in a future version.
-