be.wegenenverkeer.atomium

play

package play

Visibility
  1. Public
  2. All

Type Members

  1. case class PlayJaxbCodec[E](typeMarker: Class[E]) extends FeedPageCodec[E, Array[Byte]] with Product with Serializable

    Created by Karel Maesen, Geovise BVBA on 18/11/16.

  2. case class PlayJsonCodec[E]()(implicit entryFormat: Format[E]) extends FeedPageCodec[E, Array[Byte]] with Product with Serializable

    Created by Karel Maesen, Geovise BVBA on 18/11/16.

  3. case class PlayJsonEntryCodec[E]()(implicit entryFormat: Format[E]) extends Codec[E, String] with Product with Serializable

    Codec for encoding Entries using Play Json

Value Members

  1. object PlayJsonFormats

    This object provides the Play JSON formats that can be used by read/write the Atom AST from/to JSON.

  2. package jaxb

Ungrouped