MsgpackCompanion
msgpack4z.MsgpackCompanion
Attributes
- Example:
case class UserId(value: Int) object UserId extends MsgpackCompanion[Int, UserId]
- Source:
- MsgpackCompanion.scala
- Graph
- Supertypes
- trait A => Bclass Objecttrait Matchableclass Any
case class UserId(value: Int)
object UserId extends MsgpackCompanion[Int, UserId]