Packages

package ds

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. final case class Bundle(dataType: Option[DataType] = _root_.scala.None, encoding: BundleEncoding = ..., encoded: ByteString = ..., unknownFields: UnknownFieldSet = ...) extends GeneratedMessage with Product with Serializable

    A Mantik Bundle

    A Mantik Bundle

    dataType

    Mantik DataType.

    encoding

    Encoding used.

    encoded

    Payload (msgpack, json, depends on encoding)

    Annotations
    @SerialVersionUID()
  2. sealed abstract class BundleEncoding extends GeneratedEnum

    The Encoding for a literal.

  3. final case class DataType(json: String = "", unknownFields: UnknownFieldSet = ...) extends GeneratedMessage with Product with Serializable

    Represents a DS Datatype by just transporting the JSON String.

    Represents a DS Datatype by just transporting the JSON String.

    Annotations
    @SerialVersionUID()

Ungrouped