/** * Indicates whether the payload of this message has already been deserialized. * * @return <code>true</code> if the payload is deserialized, otherwise <code>false</code> */ public boolean isPayloadDeserialized() { return serializedPayload.isDeserialized(); }