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 ArrayTestRecord

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

func DeserializeArrayTestRecord

func DeserializeArrayTestRecord(r io.Reader) (*ArrayTestRecord, error)

func (ArrayTestRecord) Serialize

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

type ByteReader

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

type ByteWriter

type ByteWriter interface {
	Grow(int)
	WriteByte(byte) 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