serialization

package
v0.7.0 Latest Latest
Warning

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

Go to latest
Published: Oct 14, 2025 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Deserialize

func Deserialize(data []byte, target any) error

Deserialize converts bytes back to a value of the specified type. The caller must specify the expected type.

func Serialize

func Serialize(value any) ([]byte, error)

Serialize converts a value to bytes using a compact binary format. This is optimized for deterministic output and performance.

Types

This section is empty.

Jump to

Keyboard shortcuts

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