Package

upickle

Permalink

package upickle

Visibility
  1. Public
  2. All

Type Members

  1. trait Api extends Types with Implicits with WebJson

    Permalink

    An instance of the upickle API.

    An instance of the upickle API. There's a default instance at upickle.default, but you can also implement it yourself to customize its behavior. Override the annotate methods to control how a sealed trait instance is tagged during reading and writing.

  2. trait AttributeTagged extends Api

    Permalink

    A upickle.Api that follows the default sealed-trait-instance-tagging behavior of using an attribute, but allow you to control what the name of the attribute is.

  3. trait LegacyApi extends Api

    Permalink
  4. trait WebJson extends Types

    Permalink
  5. case class key(s: String) extends Annotation with StaticAnnotation with Product with Serializable

    Permalink

Value Members

  1. package api

    Permalink
  2. package core

    Permalink
  3. object default extends AttributeTagged

    Permalink

    The default way of accessing upickle

  4. package internal

    Permalink
  5. object legacy extends LegacyApi

    Permalink

    An instance of the upickle API that follows the old serialization for tagged instances of sealed traits.

Ungrouped