SerializedPayload

interface SerializedPayload


Tag interface to represent generic payloads that are serialized/deserialized by cluster payload writers/readers.

Generic interface serves as a placeholder for things like ByteArray, String or Any.

Each payload codec is expected to provide their own implementation of a serialized payload.