slinky.readwrite.MacroWriters
See theMacroWriters companion trait
object MacroWriters
Attributes
- Companion
- trait
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
MacroWriters.type
Members list
Type members
Classlikes
class ProductWriter[T](labels: Tuple, writers: Tuple) extends Writer[T]
Attributes
- Supertypes
Attributes
- Supertypes
class UnionWriter[T](writers: Tuple, classTags: Tuple) extends Writer[T]
Attributes
- Supertypes
class ValueClassWriter[T, R](vc: ValueClass[T] { type Repr = R; }, w: Writer[R]) extends Writer[T]
Attributes
- Supertypes
In this article