Decoder
ru.johnspade.csv3s.codecs.Decoder
Type class for types that can be decoded from other types.
Attributes
- D
decoded type - what to decode to.
- E
encoded type - what to decode from.
- F
failure type - how to represent errors.
- Graph
- Supertypes
- class Objecttrait Matchableclass Any