//
pkg.gl
Category
github.com/go-chassis/go-chassis-config
serializers
package
0.15.0
Repository:
https://github.com/go-chassis/go-chassis-config.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
2
Dependents
1
Files
41 SLOC
#
Packages
json
Package json is used for marshalling and unmarshalling.
#
Functions
Decode
Decode is a convenience wrapper for decoding data into an Object.
Encode
Encode is a convenience wrapper for encoding to a []byte from an Encoder.
#
Constants
JsonEncoder
JsonEncoder is a variable of type string.
#
Interfaces
Serializer
Serializer is a interface which declares encode and decode methods.