Avro C#
Classes
Avro.IO Namespace Reference

Classes

class  BinaryDecoder
 Decoder for Avro binary format More...
 
class  BinaryEncoder
 Write leaf values. More...
 
class  ByteBufferInputStream
 Utility to present MemoryStreams as an InputStream. More...
 
class  ByteBufferOutputStream
 Utility to collect data written to an OutputStream in MemoryStreams. More...
 
interface  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. More...
 
interface  Encoder
 Defines the interface for a class that provides low-level support for serializing Avro values. More...
 
interface  ICallback
 Obsolete - This will be removed from the public API in a future version. More...
 
class  InputStream
 Base class for an input stream. More...
 
class  OutputStream
 Base class for an output stream. More...
 
class  Resolver