Expand description
Utility functions, like configuring various global settings.
Constants§
- DEFAULT_
MAX_ ALLOCATION_ BYTES - Maximum number of bytes that can be allocated when decoding Avro-encoded values.
- DEFAULT_
SERDE_ HUMAN_ READABLE - Whether to set serialization & deserialization traits as
human_readableor not.
Functions§
- max_
allocation_ bytes - Set the maximum number of bytes that can be allocated when decoding data.
- set_
serde_ human_ readable - Set whether the serializer and deserializer should indicate to types that the format is human-readable.