ArraySeqDecoder
 oxygen.json.JsonDecoder.ArraySeqDecoder
  final case class ArraySeqDecoder[A](decoder: JsonDecoder[A]) extends JsonDecoder[ArraySeq[A]]
 
Attributes
- Graph
 - 
    
 - Supertypes
 - 
    trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
 
Members list
Value members
Concrete methods
Attributes
- Definition Classes
 
Inherited methods
Attributes
- Inherited from:
 - JsonDecoder
 
Attributes
- Inherited from:
 - JsonDecoder
 
Attributes
- Inherited from:
 - JsonDecoder
 
Attributes
- Inherited from:
 - JsonDecoder
 
Attributes
- Inherited from:
 - JsonDecoder
 
Attributes
- Inherited from:
 - JsonDecoder
 
Attributes
- Inherited from:
 - Product
 
Attributes
- Inherited from:
 - Product
 
Inherited fields
Attributes
- Inherited from:
 - JsonDecoder
 
In this article