T
- the type of the payloadpublic interface PayloadSerializer<T>
Modifier and Type | Method and Description |
---|---|
T |
deserialize(String string,
Class<T> payloadType)
Deserialize the specified string into a payload of the specified type.
|
String |
serialize(T payload)
Serialize payload.
|
Copyright © 2003–2017 Atlassian. All rights reserved.