persistent

package
v0.0.0-...-8ed5a8e Latest Latest
Warning

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

Go to latest
Published: Nov 4, 2019 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Register

func Register(o interface{})

Types

type Decoder

type Decoder interface {
	Decode(e interface{}) error
}

type Encoder

type Encoder interface {
	Encode(e interface{}) error
}

func NewEncoder

func NewEncoder(w io.Writer) Encoder

type GobDecoder

type GobDecoder struct {
	*gob.Decoder
}

func NewDecoder

func NewDecoder(r io.Reader) GobDecoder

type GobEncoder

type GobEncoder struct {
	*gob.Encoder
}

Jump to

Keyboard shortcuts

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