//
pkg.gl
Category
github.com/Raobian/bgofs
pkg
common
encoding
package
0.0.0-20220408112916-b83a8b265c28
Repository:
https://github.com/raobian/bgofs.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
3
Dependents
0
Files
41 SLOC
#
Variables
Gob
Gob is a GobCodec that encodes/decodes Go values to/from gob.
JSON
JSON is a JSONcodec that encodes/decodes Go values to/from JSON.
#
Structs
GobCodec
GobCodec encodes/decodes Go values to/from gob.
JSONcodec
JSONcodec encodes/decodes Go values to/from JSON.
#
Interfaces
Codec
Codec encodes/decodes Go values to/from slices of bytes.