Package

io.jobial.scase.marshalling

tibrv

Permalink

package tibrv

Visibility
  1. Public
  2. All

Type Members

  1. case class Address(address: String) extends Product with Serializable

    Permalink
  2. case class Employee(name: String, id: Int, salary: Double, children: Option[Int], long: Long, dateOfBirth: LocalDate, active: Boolean, nicknames: List[String], address: Option[Address] = None, timestamp: DateTime) extends Product with Serializable

    Permalink
  3. trait TibrvMsgMarshallingTestSupport extends AsyncFlatSpec with MarshallingTestSupport

    Permalink

Value Members

  1. package circe

    Permalink
  2. package raw

    Permalink
  3. package sprayjson

    Permalink

Ungrouped