raw

package
v0.0.0-...-9b5a675 Latest Latest
Warning

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

Go to latest
Published: Apr 2, 2019 License: Apache-2.0 Imports: 3 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Extension

type Extension struct {
}

func (*Extension) DecoderOf

func (extension *Extension) DecoderOf(valType reflect.Type) spi.ValDecoder

func (*Extension) EncoderOf

func (extension *Extension) EncoderOf(valType reflect.Type) spi.ValEncoder

type List

type List struct {
	ElementType protocol.TType
	Elements    [][]byte
}

type Map

type Map struct {
	KeyType     protocol.TType
	ElementType protocol.TType
	Entries     map[interface{}]MapEntry
}

type MapEntry

type MapEntry struct {
	Key     []byte
	Element []byte
}

type Struct

type Struct map[protocol.FieldId]StructField

type StructField

type StructField struct {
	Buffer []byte
	Type   protocol.TType
}

Jump to

Keyboard shortcuts

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