package tibrv
Type Members
- case class Address(address: String) extends Product with Serializable
- 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
- trait TibrvMsgMarshallingTestSupport extends AsyncFlatSpec with MarshallingTestSupport