TargetSerializer

firrtl.annotations.JsonProtocol.TargetSerializer
class TargetSerializer extends CustomSerializer[Target]

Attributes

Source
JsonProtocol.scala
Graph
Supertypes
class CustomSerializer[Target]
trait Serializer[Target]
class Object
trait Matchable
class Any

Members list

Value members

Inherited methods

def deserialize(implicit format: Formats): PartialFunction[(TypeInfo, JValue), Target]

Attributes

Inherited from:
CustomSerializer
Source
CustomSerializer.scala
def serialize(implicit format: Formats): PartialFunction[Any, JValue]

Attributes

Inherited from:
CustomSerializer
Source
CustomSerializer.scala

Inherited fields

val Class: Class[_]

Attributes

Inherited from:
CustomSerializer
Source
CustomSerializer.scala