Packages

class transparent extends Annotation with StaticAnnotation

Can be used on case classes with exactly one field to instruct automatically generated GenCodec that the class is a "transparent wrapper" and should be serialized to the same representation as the value of its sole field.

NOTE: TransparentWrapperCompanion is another and even better way of achieving the same thing. (@transparent annotation will probably become deprecated).

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. transparent
  2. StaticAnnotation
  3. Annotation
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new transparent()