MultiValueSessionSerializer
com.softwaremill.pekkohttpsession.MultiValueSessionSerializer
class MultiValueSessionSerializer[T](toMap: T => Map[String, String], fromMap: Map[String, String] => Try[T]) extends SessionSerializer[T, String]
Attributes
- Graph
-
- Supertypes
Members list
In this article