codec

package
v2.0.0-...-c87de9c Latest Latest
Warning

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

Go to latest
Published: Aug 25, 2023 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Overview

Package codec handles data encoding

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Coder

type Coder interface {
	String() string
	Marshal(v interface{}) ([]byte, error)   // Marshal returns the encoded data of v.
	Unmarshal(d []byte, v interface{}) error // Unmarshal parses the encoded data of d and stores the result in the value pointed to by v.
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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