Package

net.glorat.dlcrypto.encode

example

Permalink

package example

Visibility
  1. Public
  2. All

Type Members

  1. final case class ByteArrayProto(b: Seq[Byte]) extends GeneratedMessage with Message[ByteArrayProto] with Updatable[ByteArrayProto] with Product with Serializable

    Permalink
    Annotations
    @SerialVersionUID()
  2. final case class StringAndDateProto(s1: String, d2: LocalDate) extends GeneratedMessage with Message[StringAndDateProto] with Updatable[StringAndDateProto] with Product with Serializable

    Permalink
    Annotations
    @SerialVersionUID()
  3. final case class StringTupleProto(s1: String, s2: String) extends GeneratedMessage with Message[StringTupleProto] with Updatable[StringTupleProto] with Product with Serializable

    Permalink
    Annotations
    @SerialVersionUID()
  4. final case class UuidProto(uuid: UUID) extends GeneratedMessage with Message[UuidProto] with Updatable[UuidProto] with Product with Serializable

    Permalink
    Annotations
    @SerialVersionUID()

Value Members

  1. object ByteArrayProto extends GeneratedMessageCompanion[ByteArrayProto] with Serializable

    Permalink
  2. object ExampleProto

    Permalink
  3. object StringAndDateProto extends GeneratedMessageCompanion[StringAndDateProto] with Serializable

    Permalink
  4. object StringTupleProto extends GeneratedMessageCompanion[StringTupleProto] with Serializable

    Permalink
  5. object UuidProto extends GeneratedMessageCompanion[UuidProto] with Serializable

    Permalink

Ungrouped