NTObjWriter
viz.Macros.NTObjWriter
final class NTObjWriter[N <: Tuple, V <: Tuple](fieldNames: => Tuple, fieldWriters: => Tuple) extends ObjectWriter[NamedTuple[N, V]]
Attributes
- Graph
-
- Supertypes
-
trait ObjectWriter[NamedTuple[N, V]]trait Writer[NamedTuple[N, V]]trait Transformer[NamedTuple[N, V]]class Objecttrait Matchableclass AnyShow all
Members list
Value members
Concrete methods
Attributes
- Definition Classes
-
ObjectWriter
Attributes
- Definition Classes
-
Writer
Attributes
- Definition Classes
-
ObjectWriter
Inherited methods
Attributes
- Inherited from:
- Writer
Attributes
- Inherited from:
- Writer
Whether or not the type being written can be used as a key in a JSON dictionary. Opt-in, and only applicable to writers that write primitive types like strings, booleans, numbers, etc..
Whether or not the type being written can be used as a key in a JSON dictionary. Opt-in, and only applicable to writers that write primitive types like strings, booleans, numbers, etc..
Attributes
- Inherited from:
- Writer
Attributes
- Inherited from:
- Writer
Attributes
- Inherited from:
- Writer
Attributes
- Inherited from:
- Writer
In this article