serialize

package
v0.1.5 Latest Latest
Warning

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

Go to latest
Published: Sep 25, 2023 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 ProcessGob

type ProcessGob struct{}

func (ProcessGob) Decode

func (g ProcessGob) Decode(data []byte) (render.Rows, error)

func (ProcessGob) Encode

func (g ProcessGob) Encode(data render.Rows) ([]byte, error)

type Serializable

type Serializable interface {
	Encode(render.Rows) ([]byte, error)
	Decode([]byte) (render.Rows, error)
}

Jump to

Keyboard shortcuts

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