ProductWriter

slinky.readwrite.MacroWriters$.ProductWriter
class ProductWriter[T](labels: Tuple, writers: Tuple) extends Writer[T]

Attributes

Graph
Supertypes
trait Writer[T]
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def write(p: T): Object