trait
JsonLowPrioritySupport extends AnyRef
Value Members
-
final
def
!=(arg0: AnyRef): Boolean
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: AnyRef): Boolean
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
implicit
val
bundleAttributeFormat: JsonFormat[Attribute]
-
implicit
val
bundleBasicTypeFormat: JsonFormat[BasicType]
-
implicit
val
bundleBundleDefFormat: RootJsonFormat[BundleDef]
-
implicit
val
bundleDataTypeFormat: JsonFormat[DataType]
-
implicit
val
bundleEmbeddedAttributeListFormat: JsonFormat[AttributeList]
-
implicit
val
bundleFormatFormat: JsonFormat[Format]
-
def
bundleListValueFormat(lt: ListType): JsonFormat[ListValue]
-
implicit
val
bundleModelDefFormat: RootJsonFormat[ModelDef]
-
implicit
val
bundleNodeDefFormat: RootJsonFormat[NodeDef]
-
implicit
val
bundleShapeFormat: JsonFormat[Shape]
-
implicit
val
bundleSocketFormat: JsonFormat[Socket]
-
def
bundleTensorFormat(tt: TensorType): JsonFormat[Tensor]
-
implicit
val
bundleTensorTypeFormat: JsonFormat[TensorType]
-
def
bundleValueFormat(dt: DataType): JsonFormat[Value]
-
def
clone(): AnyRef
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
Inherited from AnyRef
Inherited from Any
Low priority implicit 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 such as ml.combust.bundle.ModelDef.ModelDef and ml.combust.bundle.BundleDef.BundleDef.
There are no members that need to be overriden if using this trait as a mixin.