Packages

trait JsonSupport extends AnyRef

spray.json.JsonFormat formats for protobuf objects in Bundle.ML.

Includes many spray.json.JsonFormat format implicits as well as several spray.json.RootJsonFormat format implicits for top-level JSON objects.

There are no members that need to be overriden if using this trait as a mixin.

Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. JsonSupport
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. implicit val BundleByteStringFormat: JsonFormat[ByteString]
  5. implicit val TensorByteStringFormat: JsonFormat[ByteString]
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. implicit val bundleAttributesFormat: JsonFormat[Attributes]
  8. implicit val bundleBasicTypeFormat: JsonFormat[BasicType]
  9. implicit val bundleBundleInfoFormat: RootJsonFormat[Bundle]
  10. implicit val bundleDataShapeFormat: JsonFormat[DataShape]
  11. implicit val bundleDataShapeTypeFormat: JsonFormat[DataShapeType]
  12. implicit val bundleDataTypeFormat: JsonFormat[DataType]
  13. implicit val bundleFieldFormat: JsonFormat[Field]
  14. implicit val bundleFormatFormat: JsonFormat[Format]
  15. implicit val bundleListFormat: JsonFormat[List]
  16. implicit val bundleModelFormat: RootJsonFormat[Model]
  17. implicit val bundleNodeFormat: RootJsonFormat[Node]
  18. implicit val bundleNodeShapeFormat: JsonFormat[NodeShape]
  19. implicit val bundleScalarFormat: JsonFormat[Scalar]
  20. implicit val bundleSocketFormat: JsonFormat[Socket]
  21. implicit val bundleTensorDimensionFormat: JsonFormat[TensorDimension]
  22. implicit val bundleTensorFormat: JsonFormat[Tensor]
  23. implicit val bundleTensorShapeFormat: JsonFormat[TensorShape]
  24. implicit val bundleValueFormat: JsonFormat[Value]
  25. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  26. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  28. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  29. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  30. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  31. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  32. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  33. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  34. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  35. def toString(): String
    Definition Classes
    AnyRef → Any
  36. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  38. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. implicit object UUIDFormat extends JsonFormat[UUID]

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from AnyRef

Inherited from Any

Ungrouped