encoding

package
v0.1.3 Latest Latest
Warning

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

Go to latest
Published: Jul 2, 2025 License: Apache-2.0 Imports: 1 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Serializer

type Serializer interface {
	// Serialize serialize the data to byte array
	Serialize(v any) ([]byte, error)
	// Deserialize deserialize the byte array to destination value
	Deserialize(data []byte, v any) error
}

Serializer the serializer for data

var DefaultSerializer Serializer = &jsonSerializer{}

DefaultSerializer the default Serializer implementation

Jump to

Keyboard shortcuts

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