codecs

package
v1.2.2 Latest Latest
Warning

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

Go to latest
Published: Feb 10, 2022 License: GPL-3.0 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 struct {
	// contains filtered or unexported fields
}

func NewCodec added in v1.2.2

func NewCodec() (c Codec)

func (Codec) NewOperation added in v1.2.2

func (c Codec) NewOperation(iface interface{}) (
	operation CodecOperation, e error,
)

type CodecOperation added in v1.2.2

type CodecOperation struct {
	// contains filtered or unexported fields
}

func (CodecOperation) Marshal added in v1.2.2

func (c CodecOperation) Marshal() (bytes []byte, e error)

func (CodecOperation) Unmarshal added in v1.2.2

func (c CodecOperation) Unmarshal(bytes []byte) (e error)

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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