@DefaultImplementation(value=JacksonStateSerDes.class) public interface StateSerDes
| Modifier and Type | Method and Description |
|---|---|
State |
deserialize(java.lang.String state)
De-serializes the state string into a
State object. |
java.lang.String |
serialize(State state)
Serializes the state into a string for sending with the authorization redirect.
|
@Nullable State deserialize(java.lang.String state)
State object.state - The state string@Nullable java.lang.String serialize(State state)
state - The state object