encoding

package module
v0.0.5 Latest Latest
Warning

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

Go to latest
Published: Apr 26, 2021 License: MIT Imports: 1 Imported by: 4

README

encoding

Build Status Go Report Card GoDoc

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Decode

type Decode func(r io.Reader, v interface{}) error

Decode reader to volume.

type Encode

type Encode func(w io.Writer, v interface{}) error

Encode writer from volume.

type Marshal added in v0.0.2

type Marshal func(v interface{}) ([]byte, error)

Marshal interface to bytes.

type Unmarshal added in v0.0.2

type Unmarshal func(data []byte, v interface{}) error

Unmarshal bytes to inteface.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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