2.1.2.1. Avro Serialization

Null

Empty (nothing written)

Boolean

Single byte 0 (false) or 1 (true)

Integers

Sign optimized variable length encoding (zig-zag)

Floating Point Types

Standard IEEE 754 encoding

String

Length prefixed sequence of UTF-8 characters

Record

Sequence of fields in schema order

Union

Type index in schema order followed by value

Array

Sequence of length prefixed blocks of array items terminated with 0 length block

Map

Sequence of length prefixed blocks of map pairs terminated with 0 length block