codec

package
v0.0.0-...-4557a6c Latest Latest
Warning

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

Go to latest
Published: Feb 9, 2022 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 Codec

type Codec interface {
	Marshal(o interface{}) (b []byte, err error)
	Unmarshal(b []byte, o interface{}) (err error)
}

func NewJsonCodec

func NewJsonCodec() Codec

func NewXmlCodec

func NewXmlCodec() Codec

func NewYamlCodec

func NewYamlCodec() Codec

Jump to

Keyboard shortcuts

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