Package

upickle

internal

Permalink

package internal

Visibility
  1. Public
  2. All

Type Members

  1. sealed trait IndexedJs extends AnyRef

    Permalink

    A version of upickle.Js that keeps the index positions of the various AST nodes it is constructing.

    A version of upickle.Js that keeps the index positions of the various AST nodes it is constructing. Usually not necessary, but sometimes useful if you want to work with an AST but still provide source-index error positions if something goes wrong

Value Members

  1. object IndexedJs extends Transformer[IndexedJs]

    Permalink
  2. object Macros

    Permalink

    Implementation of macros used by uPickle to serialize and deserialize case classes automatically.

    Implementation of macros used by uPickle to serialize and deserialize case classes automatically. You probably shouldn't need to use these directly, since they are called implicitly when trying to read/write types you don't have a Reader/Writer in scope for.

Ungrouped