encoder

package
v1.13.3 Latest Latest
Warning

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

Go to latest
Published: Mar 6, 2020 License: Apache-2.0 Imports: 0 Imported by: 1

Documentation

Index

Constants

View Source
const (
	HCL     = "hcl"
	HJSON   = "hjson"
	JSON    = "json"
	MSGPACK = "msgpack"
	PROTO   = "proto"
	TOML    = "toml"
	XML     = "xml"
	YAML    = "yaml"
	YML     = "yml"
)

Variables

This section is empty.

Functions

func Register added in v1.2.0

func Register(name string, enc Encoder)

Types

type Encoder

type Encoder interface {
	Encode(interface{}, ...bool) ([]byte, error)
	Decode([]byte, interface{}) error
	String() string
}

func GetEncoder added in v1.2.0

func GetEncoder(name string) Encoder

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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