class UnrecognizedAnnotationSerializer extends CustomSerializer[JObject]
Ordering
- Alphabetic
- By Inheritance
Inherited
- UnrecognizedAnnotationSerializer
- CustomSerializer
- Serializer
- AnyRef
- Any
Implicitly
- by jsonwritable
- by convertToJsonInput
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new UnrecognizedAnnotationSerializer()
Value Members
- val Class: Class[_]
- Definition Classes
- CustomSerializer
- def asJValue(implicit writer: Writer[UnrecognizedAnnotationSerializer]): JValue
- Implicit
- This member is added by an implicit conversion from UnrecognizedAnnotationSerializer toToJsonWritable[UnrecognizedAnnotationSerializer] performed by method jsonwritable in org.json4s.This conversion will take place only if an implicit value of type Writer[UnrecognizedAnnotationSerializer] is in scope.
- Definition Classes
- ToJsonWritable
- def canEqual(that: Any): Boolean
- Implicit
- This member is added by an implicit conversion from UnrecognizedAnnotationSerializer toJsonInput performed by method convertToJsonInput in org.json4s.This conversion will take place only if an implicit value of type AsJsonInput[UnrecognizedAnnotationSerializer] is in scope.
- Definition Classes
- Equals
- def deserialize(implicit format: Formats): PartialFunction[(TypeInfo, JValue), JObject]
- Definition Classes
- CustomSerializer → Serializer
- def productArity: Int
- Implicit
- This member is added by an implicit conversion from UnrecognizedAnnotationSerializer toJsonInput performed by method convertToJsonInput in org.json4s.This conversion will take place only if an implicit value of type AsJsonInput[UnrecognizedAnnotationSerializer] is in scope.
- Definition Classes
- Product
- def productElement(n: Int): Any
- Implicit
- This member is added by an implicit conversion from UnrecognizedAnnotationSerializer toJsonInput performed by method convertToJsonInput in org.json4s.This conversion will take place only if an implicit value of type AsJsonInput[UnrecognizedAnnotationSerializer] is in scope.
- Definition Classes
- Product
- def productElementName(n: Int): String
- Implicit
- This member is added by an implicit conversion from UnrecognizedAnnotationSerializer toJsonInput performed by method convertToJsonInput in org.json4s.This conversion will take place only if an implicit value of type AsJsonInput[UnrecognizedAnnotationSerializer] is in scope.
- Definition Classes
- Product
- def productElementNames: Iterator[String]
- Implicit
- This member is added by an implicit conversion from UnrecognizedAnnotationSerializer toJsonInput performed by method convertToJsonInput in org.json4s.This conversion will take place only if an implicit value of type AsJsonInput[UnrecognizedAnnotationSerializer] is in scope.
- Definition Classes
- Product
- def productIterator: Iterator[Any]
- Implicit
- This member is added by an implicit conversion from UnrecognizedAnnotationSerializer toJsonInput performed by method convertToJsonInput in org.json4s.This conversion will take place only if an implicit value of type AsJsonInput[UnrecognizedAnnotationSerializer] is in scope.
- Definition Classes
- Product
- def productPrefix: String
- Implicit
- This member is added by an implicit conversion from UnrecognizedAnnotationSerializer toJsonInput performed by method convertToJsonInput in org.json4s.This conversion will take place only if an implicit value of type AsJsonInput[UnrecognizedAnnotationSerializer] is in scope.
- Definition Classes
- Product
- def serialize(implicit format: Formats): PartialFunction[Any, JValue]
- Definition Classes
- CustomSerializer → Serializer