Class WrappedPayloadSupport$
java.lang.Object
org.apache.pekko.remote.serialization.WrappedPayloadSupport$
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final WrappedPayloadSupport$Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondeserializePayload(ContainerFormats.Payload payload, Serialization serialization) payloadBuilder(Object input, Serialization serialization, LoggingAdapter log) Serialize theinputalong with itsmanifestandserializerId.
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
WrappedPayloadSupport$
public WrappedPayloadSupport$()
-
-
Method Details
-
payloadBuilder
public ContainerFormats.Payload.Builder payloadBuilder(Object input, Serialization serialization, LoggingAdapter log) Serialize theinputalong with itsmanifestandserializerId.If
inputis aThrowableand can't be serialized because Java serialization is disabled it will fallback toThrowableNotSerializableException. -
deserializePayload
-