gob

package
v0.0.0-...-7abacdd Latest Latest
Warning

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

Go to latest
Published: Dec 22, 2022 License: Unlicense Imports: 3 Imported by: 0

Documentation

Overview

Package gob provides the functions necessary for encoding and decoding Go structs using encoding/gob standard library package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Decode

func Decode[T any](data []byte) (T, error)

Decode deserializes data into an object.

func Encode

func Encode(v any) ([]byte, error)

Encode serializes an object.

Types

This section is empty.

Jump to

Keyboard shortcuts

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