Package

com.rallyhealth.weepickle

v1

Permalink

package v1

Visibility
  1. Public
  2. All

Type Members

  1. trait Api extends Tos with Froms with NoOpMappers with FromToValue

    Permalink

    An instance of the com.rallyhealth.weepickle.v1 API.

    An instance of the com.rallyhealth.weepickle.v1 API. There's a default instance at com.rallyhealth.weepickle.v1.WeePickle, 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 with Annotator

    Permalink

    A com.rallyhealth.weepickle.v1.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 FromToValue extends MacroImplicits

    Permalink
  4. abstract class LowPriorityImplicits extends AttributeTagged

    Permalink

Value Members

  1. object Api

    Permalink
  2. object WeePickle extends LowPriorityImplicits

    Permalink

    Converters for default scala types.

    Converters for default scala types. Macros to generate converters for case classes.

Ungrouped