Class ReadyLocalTransactionSerializer
java.lang.Object
akka.serialization.JSerializer
org.opendaylight.controller.cluster.datastore.messages.ReadyLocalTransactionSerializer
- All Implemented Interfaces:
 Serializer
@Deprecated(since="9.0.0",
            forRemoval=true)
public final class ReadyLocalTransactionSerializer
extends JSerializer
Deprecated, for removal: This API element is subject to removal in a future version.
Specialized message transformer, which transforms a 
ReadyLocalTransaction
 into a BatchedModifications message. This serializer needs to be plugged
 into akka serialization to allow forwarding of ReadyLocalTransaction to remote
 shards.- 
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. - 
Method Summary
Modifier and TypeMethodDescriptionfromBinaryJava(byte[] bytes, Class<?> clazz) Deprecated, for removal: This API element is subject to removal in a future version.intDeprecated, for removal: This API element is subject to removal in a future version.booleanDeprecated, for removal: This API element is subject to removal in a future version.byte[]Deprecated, for removal: This API element is subject to removal in a future version.Methods inherited from class akka.serialization.JSerializer
fromBinary, fromBinary, fromBinary 
- 
Constructor Details
- 
ReadyLocalTransactionSerializer
Deprecated, for removal: This API element is subject to removal in a future version. 
 - 
 - 
Method Details
- 
identifier
public int identifier()Deprecated, for removal: This API element is subject to removal in a future version. - 
includeManifest
public boolean includeManifest()Deprecated, for removal: This API element is subject to removal in a future version. - 
toBinary
Deprecated, for removal: This API element is subject to removal in a future version. - 
fromBinaryJava
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
 fromBinaryJavain classJSerializer
 
 -