Categorygithub.com/golang-mixins/codec
modulepackage
0.0.0-20201110184534-1b5f94458301
Repository: https://github.com/golang-mixins/codec.git
Documentation: pkg.go.dev

# README

codec

codec presents interface (and its implementation sets) of a codec functions.

See GoDoc for documentation and examples.

# Packages

Package jsoniter represents the interface codec implementation.
Package std represents the interface codec implementation.

# Interfaces

Marshaler provides marshalling an interface value into byte slice.
Unmarshaler provides unmarshalling an byte slice into interface value.