codec

package
v1.2.16 Latest Latest
Warning

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

Go to latest
Published: Dec 24, 2025 License: BSD-3-Clause Imports: 0 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 {
	MarshalInto(source interface{}, destination []byte) error
	Unmarshal(source []byte, destination interface{}) error
	Size(value interface{}) (int, error)
}

Codec defines the interface for encoding/decoding

type Manager

type Manager interface {
	Marshal(version uint16, source interface{}) ([]byte, error)
	Unmarshal(source []byte, destination interface{}) (uint16, error)
	RegisterCodec(version uint16, codec Codec) error
	Size(version uint16, source interface{}) (int, error)
}

Manager defines the interface for codec management

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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