All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.avsystem.commons.serialization.transparent.scala Maven / Gradle / Ivy

The newest version!
package com.avsystem.commons
package serialization

import scala.annotation.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.
  */
class transparent extends StaticAnnotation




© 2015 - 2025 Weber Informatics LLC | Privacy Policy