Packages

package tibrv

Type Members

  1. case class Address(address: String) extends Product with Serializable
  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
  3. trait TibrvMsgMarshallingTestSupport extends AsyncFlatSpec with MarshallingTestSupport

Ungrouped