Curator.SessionKeeper v0.1.0 Curator.SessionKeeper.Serializer behaviour
Curator.SessionKeeper Serializer Behaviour.
Curator.SessionKeeper requires a serializer. This serializer is responsible for fetching the resource from the encoded value in the JWT and also encoding a resource into a String so that it may be stored in the JWT
Summary
Callbacks
Serializes the object into the token. Suggestion: “User:2”
De-serializes the object from a token
Callbacks
Serializes the object into the token. Suggestion: “User:2”