Interface Request.SerialForm<T extends WritableIdentifier,C extends Request<T,C>>
- All Superinterfaces:
Externalizable
,Message.SerialForm<T,
,C> Serializable
- All Known Subinterfaces:
TransactionRequest.SerialForm<T>
- All Known Implementing Classes:
AbstractRequestProxy
protected static interface Request.SerialForm<T extends WritableIdentifier,C extends Request<T,C>>
extends Message.SerialForm<T,C>
-
Method Summary
Modifier and TypeMethodDescription@NonNull C
readExternal
(@NonNull ObjectInput in, @NonNull T target, long sequence, @NonNull ActorRef replyTo) default C
readExternal
(ObjectInput in, T target, long sequence) default void
writeExternal
(ObjectOutput out, C msg) Methods inherited from interface org.opendaylight.controller.cluster.access.concepts.Message.SerialForm
message, readExternal, readResolve, readTarget, setMessage, writeExternal
-
Method Details
-
readExternal
default C readExternal(ObjectInput in, T target, long sequence) throws ClassNotFoundException, IOException - Specified by:
readExternal
in interfaceMessage.SerialForm<T extends WritableIdentifier,
C extends Request<T, C>> - Throws:
ClassNotFoundException
IOException
-
readExternal
@NonNull C readExternal(@NonNull ObjectInput in, @NonNull T target, long sequence, @NonNull ActorRef replyTo) throws IOException - Throws:
IOException
-
writeExternal
- Specified by:
writeExternal
in interfaceMessage.SerialForm<T extends WritableIdentifier,
C extends Request<T, C>> - Throws:
IOException
-