Class EnumSerializer<T extends Enum<T>>

java.lang.Object
org.json4s.CustomSerializer<T>
com.here.platform.data.client.json.EnumSerializer<T>
All Implemented Interfaces:
org.json4s.Serializer<T>

public class EnumSerializer<T extends Enum<T>> extends org.json4s.CustomSerializer<T>
  • Field Summary

    Fields inherited from class org.json4s.CustomSerializer

    org$json4s$CustomSerializer$$ser
  • Constructor Summary

    Constructors
    Constructor
    Description
    EnumSerializer(scala.reflect.Manifest<T> ct)
     
  • Method Summary

    Methods inherited from class org.json4s.CustomSerializer

    Class, deserialize, serialize

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • EnumSerializer

      public EnumSerializer(scala.reflect.Manifest<T> ct)