Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
It was marked with `@Contextual`, but a serializer was never being passed in, therefore it crashes as it can't find a serializer. The class is trivial to serialize, so we can just annotate it with `@Serializable` for a serialization adapter to be generated for us.
- Loading branch information