com.eharmony.aloha.models.multilabel

json

package json

Visibility
  1. Public
  2. All

Type Members

  1. trait MultilabelModelJson extends SpecJson with ScalaJsonFormats

  2. final case class MultilabelModelReader[U, K, A, B <: U](semantics: Semantics[A], auditor: Auditor[U, Map[K, Double], B], plugins: Map[String, MultilabelModelParserPlugin])(implicit refInfoK: RefInfo[K], jsonFormatK: JsonFormat[K], serEvK: SerializabilityEvidence[K]) extends JsonReader[MultilabelModel[U, K, A, B]] with MultilabelModelJson with EitherHelpers with RegFeatureCompiler with Product with Serializable

    A JSON reader capable of turning JSON to a MultilabelModel.

Ungrouped