Package

examples

msgpack

Permalink

package msgpack

Visibility
  1. Public
  2. All

Type Members

  1. case class Letter(to: StreetAddress, from: StreetAddress, message: String) extends Product with Serializable

    Permalink
  2. case class StreetAddress(address: String) extends Product with Serializable

    Permalink

Value Members

  1. object MsgPackApp extends App

    Permalink

    This example uses MsgPack, which is a binary format.

  2. object MsgPackClient extends App

    Permalink

    Run this client to use the above "reply" service...

    Run this client to use the above "reply" service... obviously you can't send this in the browser as it's a binary format.

Ungrouped