Packages

package codecs

Type Members

  1. trait CodecRaiseable[T] extends AnyRef
  2. trait Read[T] extends CodecRaiseable[T]

    This is a reader of json syntax tree.

    This is a reader of json syntax tree.

    T

    Readable json type by this codec.

  3. trait Write[T] extends CodecRaiseable[T]

    This is a writer of json syntax tree.

    This is a writer of json syntax tree.

    T

    Writable json type by this codec.

Ungrouped