c

firrtl.annotations.JsonProtocol

UnrecognizedAnnotationSerializer

class UnrecognizedAnnotationSerializer extends CustomSerializer[JObject]

Source
JsonProtocol.scala
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. UnrecognizedAnnotationSerializer
  2. CustomSerializer
  3. Serializer
  4. AnyRef
  5. Any
Implicitly
  1. by jsonwritable
  2. by convertToJsonInput
  3. by any2stringadd
  4. by StringFormat
  5. by Ensuring
  6. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new UnrecognizedAnnotationSerializer()

Value Members

  1. val Class: Class[_]
    Definition Classes
    CustomSerializer
  2. 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
  3. 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
  4. def deserialize(implicit format: Formats): PartialFunction[(TypeInfo, JValue), JObject]
    Definition Classes
    CustomSerializer → Serializer
  5. 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
  6. 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
  7. 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
  8. 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
  9. 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
  10. 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
  11. def serialize(implicit format: Formats): PartialFunction[Any, JValue]
    Definition Classes
    CustomSerializer → Serializer