Class EmptyExternalizable
java.lang.Object
org.opendaylight.controller.cluster.datastore.messages.EmptyExternalizable
- All Implemented Interfaces:
Externalizable
,Serializable
@Deprecated(since="8.0.5",
forRemoval=true)
public class EmptyExternalizable
extends Object
implements Externalizable
Deprecated, for removal: This API element is subject to removal in a future version.
Externalizable with no data.
- Author:
- Thomas Pantelis
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, 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.void
Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Details
-
EmptyExternalizable
public EmptyExternalizable()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
readExternal
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
readExternal
in interfaceExternalizable
-
writeExternal
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
writeExternal
in interfaceExternalizable
-