gob

package
v0.41.0 Latest Latest
Warning

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

Go to latest
Published: Aug 22, 2021 License: MIT Imports: 2 Imported by: 0

Documentation

Overview

Package gob 提供 GOB 格式的编解码

Index

Constants

View Source
const Mimetype = "application/octet-stream"

Mimetype 当前编码默认情况下使用的编码名称

Variables

This section is empty.

Functions

func Marshal

func Marshal(v interface{}) ([]byte, error)

Marshal 针对 GOB 内容的 content.MarshalFunc 实现

func Unmarshal

func Unmarshal(data []byte, v interface{}) error

Unmarshal 针对 GOB 内容的 content.UnmarshalFunc 实现

Types

This section is empty.

Jump to

Keyboard shortcuts

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