Interface StateSerDes
- All Known Implementing Classes:
 JacksonStateSerDes
Responsible for serialization and de-serialization of the state.
- Since:
 - 1.2.0
 - Author:
 - James Kleeh
 
- 
Method Summary
 
- 
Method Details
- 
deserialize
De-serializes the state string into aStateobject.- Parameters:
 state- The state string- Returns:
 - The state, or null if the de-serialization encountered an error.
 
 - 
serialize
Serializes the state into a string for sending with the authorization redirect.- Parameters:
 state- The state object- Returns:
 - The serialized state, or null if the serialization encountered an error.
 
 
 -