Package

com.karasiq.nanoboard.encoding

formats

Permalink

package formats

Visibility
  1. Public
  2. All

Type Members

  1. trait CBORMessagePackFormat extends MessagePackFormat

    Permalink

    CBOR message pack format

    CBOR message pack format

    See also

    Concise Binary Object Representation

  2. trait MessagePackFormat extends AnyRef

    Permalink

    Nanoboard message pack format

  3. trait TextMessagePackFormat extends MessagePackFormat

    Permalink

    Legacy nanoboard message pack format.

    Legacy nanoboard message pack format. Output starts with six-digits hex numbers, the first of which is a count of messages, and subsequent are lengths of the messages itself, and followed by concatenated messages in format replyTo + text.

    See also

    Original implementation

Ungrouped