Avro::ArraySchema | Class for array type schemas |
Avro::AvroException | |
Avro::AvroRuntimeException | |
Avro::AvroTypeException | |
Avro::IO::BinaryDecoder | Decoder for Avro binary format |
Avro::IO::BinaryEncoder | Write leaf values |
Avro::CodeGen | |
Avro::CodeGenException | |
Avro::CodeGenUtil | A singleton class containing data used by codegen |
Avro::Generic::DatumReader< T > | |
Avro::Generic::DatumWriter< T > | |
Avro::IO::Decoder | Decoder is used to decode Avro data on a stream. There are methods to read the Avro types on the stream. There are also methods to skip items, which are usually more efficient than reading, on the stream |
Avro::Generic::DefaultReader | The default implementation for the generic reader. It constructs new .NET objects for avro objects on the stream and returns the .NET object. Users can directly use this class or, if they want to customize the object types for differnt Avro schema types, can derive from this class. There are enough hooks in this class to allow customization |
Avro::Generic::DefaultWriter | A General purpose writer for serializing objects into a Stream using Avro. This class implements a default way of serializing objects. But one can derive a class from this and override different methods to acheive results that are different from the default implementation |
Avro::IO::Encoder | |
Avro::EnumSchema | Class for enum type schemas |
Avro::Field | Class for fields defined in a record |
Avro::FixedSchema | Class for fixed schemas |
Avro::Generic::GenericEnum | The defualt class to hold values for enum schema in GenericReader and GenericWriter |
Avro::Generic::GenericFixed | The default type used by GenericReader and GenericWriter for objects for FixedSchema |
Avro::Generic::GenericReader< T > | A general purpose reader of data from avro streams. This can optionally resolve if the reader's and writer's schemas are different. This class is a wrapper around DefaultReader and offers a little more type safety. The default reader has the flexibility to return any type of object for each read call because the Read() method is generic. This class on the other hand can only return a single type because the type is a parameter to the class. Any user defined extension should, however, be done to DefaultReader. This class is sealed |
Avro::Generic::GenericRecord | The default type used by GenericReader and GenericWriter for RecordSchema |
Avro::Generic::GenericWriter< T > | A typesafe wrapper around DefaultWriter. While a specific object of DefaultWriter allows the client to serialize a generic type, an object of this class allows only a single type of object to be serialized through it |
Avro::Specific::ISpecificRecord | Interface class for generated classes |
Avro::JsonHelper | |
Avro::MapSchema | Class for map schemas |
Avro::Message | |
Avro::Specific::ObjectCreator::NameCtorKey | |
Avro::NamedSchema | Base class for all named schemas: fixed, enum, record |
Avro::Specific::ObjectCreator | |
Avro::PrimitiveSchema | Class for schemas of primitive types |
Avro::PropertyMap | |
Avro::Protocol | |
Avro::ProtocolParseException | |
Avro::RecordSchema | Class for record schemas |
Avro::Schema | Base class for all schema types |
Avro::SchemaName | Class to store schema name, namespace and enclosing namespace |
Avro::SchemaNames | A class that contains a list of named schemas. This is used when reading or writing a schema/protocol. This prevents reading and writing of duplicate schema definitions within a protocol or schema file |
Avro::SchemaParseException | |
Avro::Properties::Settings | |
Avro::Specific::SpecificDefaultReader | Reader class for reading data and storing into specific classes |
Avro::Specific::SpecificDefaultWriter | Class for writing data from any specific objects |
Avro::Specific::SpecificFixed | Base class for all generated classes |
Avro::Specific::SpecificReader< T > | Reader wrapper class for reading data and storing into specific classes |
Avro::Specific::SpecificWriter< T > | Generic wrapper class for writing data from specific objects |
Avro::UnionSchema | Class for union schemas |
Avro::UnnamedSchema | Base class for all unnamed schemas |