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
ConstructorsModifierConstructorDescriptionprotected
EmptyExternalizableProxy
(Object readResolveTo) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionvoid
Deprecated, for removal: This API element is subject to removal in a future version.protected Object
Deprecated, for removal: This API element is subject to removal in a future version.void
Deprecated, 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:
writeExternal
in interfaceExternalizable
-
readExternal
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
readExternal
in interfaceExternalizable
-
readResolve
Deprecated, for removal: This API element is subject to removal in a future version.
-