TypeFieldSerializer

class TypeFieldSerializer[T](fieldName: String, mapping: Map[String, Class[_ <: T]])(`evidence$1`: Manifest[T]) extends CustomSerializer[T]
class CustomSerializer[T]
trait Serializer[T]
class Object
trait Matchable
class Any

Value members

Inherited methods

def deserialize(format: Formats): PartialFunction[(TypeInfo, JValue), T]
Inherited from
CustomSerializer
def serialize(format: Formats): PartialFunction[Any, JValue]
Inherited from
CustomSerializer

Inherited fields

val Class: Class[_]
Inherited from
CustomSerializer