KeySerializer

trait KeySerializer[A]
class Object
trait Matchable
class Any

Value members

Abstract methods

def deserialize(format: Formats): PartialFunction[(TypeInfo, String), A]
def serialize(format: Formats): PartialFunction[Any, String]