titus.datatype.AvroArray

class titus.datatype.AvroArray(items)[source]

Bases: titus.datatype.AvroContainer

Avro “array” type for homogeneous lists.

__init__(items)

Create an AvroArray manually.

Parameters:items (titus.datatype.AvroType) – type of the contained objects
items

Type of the contained objects.

jsonNode(memo)
name