PrimitiveArrayCodec

wvlet.airframe.codec.PrimitiveCodec$.PrimitiveArrayCodec

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object AnyArrayCodec.type
object BooleanArrayCodec.type
object CharArrayCodec.type
object DoubleArrayCodec.type
object FloatArrayCodec.type
object IntArrayCodec.type
object LongArrayCodec.type
object ShortArrayCodec.type
object StringArrayCodec.type
Self type

Members list

Concise view

Value members

Concrete methods

protected def unpackArray(u: Unpacker, v: MessageContext)(unpackRawArray: => Unit): Unit

Unpack the input as JSON Array (ValueType.STRING) or ValueType.ARRAY

Unpack the input as JSON Array (ValueType.STRING) or ValueType.ARRAY

Attributes