Avro C#
Classes
Avro.Specific Namespace Reference

Classes

interface  ICallbackRequestor
 TODO: This interface needs better documentation. More...
 
interface  ISpecificProtocol
 Defines the interface for a class that implements a specific protocol. TODO: This interface needs better documentation. More...
 
interface  ISpecificRecord
 Interface class for generated classes More...
 
class  ObjectCreator
 Resolves and creates types associated with a schema and/or name. You should generally use the shared Instance to take advantage caching. More...
 
class  SpecificDatumReader
 PreresolvingDatumReader for reading data to ISpecificRecord classes. More...
 
class  SpecificDatumWriter
 PreresolvingDatumWriter for writing data from ISpecificRecord classes. More...
 
class  SpecificDefaultReader
 Reader class for reading data and storing into specific classes More...
 
class  SpecificDefaultWriter
 Class for writing data from any specific objects More...
 
class  SpecificException
 Base class for specific exceptions. More...
 
class  SpecificFixed
 Base class for all generated classes More...
 
class  SpecificReader
 Reader wrapper class for reading data and storing into specific classes More...
 
class  SpecificWriter
 Generic wrapper class for writing data from specific objects More...