public final class NonSerializableObject
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
NonSerializableObject(byte[] payload)
Initializes a new instance of the
NonSerializableObject class. |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getPayload()
Gets the payload which couldn't get deserialized.
|
public NonSerializableObject(byte[] payload)
NonSerializableObject class.payload - The message payload.