gob

package
v0.13.0 Latest Latest
Warning

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

Go to latest
Published: Jul 7, 2020 License: MIT Imports: 5 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Encoder

type Encoder struct{}

Encoder is wrapper of gob encoder/decoder

func NewGobEncoder

func NewGobEncoder() *Encoder

NewGobEncoder create new Encoder

func (*Encoder) Decode

func (gobEncoder *Encoder) Decode(input []byte, valuePtr ...interface{}) error

Decode binary to one or more objects

func (*Encoder) Encode

func (gobEncoder *Encoder) Encode(value ...interface{}) ([]byte, error)

Encode one or more objects to binary

Jump to

Keyboard shortcuts

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