avro

package
v1.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 8, 2016 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ByteReader

type ByteReader interface {
	ReadByte() (byte, error)
}

type ByteWriter

type ByteWriter interface {
	Grow(int)
	WriteByte(byte) error
}

type MapTestRecord

type MapTestRecord struct {
	IntField    map[string]int32
	LongField   map[string]int64
	DoubleField map[string]float64
	StringField map[string]string
	FloatField  map[string]float32
	BoolField   map[string]bool
	BytesField  map[string][]byte
}

func DeserializeMapTestRecord

func DeserializeMapTestRecord(r io.Reader) (*MapTestRecord, error)

func (MapTestRecord) Serialize

func (r MapTestRecord) Serialize(w io.Writer) error

type StringWriter

type StringWriter interface {
	WriteString(string) (int, error)
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL