//
pkg.gl
Category
github.com/CaiJiJi/avalanchego
codec
reflectcodec
package
1.11.11
Repository:
https://github.com/caijiji/avalanchego.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
10
Dependents
3
Files
792 SLOC
#
Functions
New
New returns a new, concurrency-safe codec.
NewStructFielder
No description provided by the author
#
Constants
DefaultTagName
DefaultTagName that enables serialization.
TagValue
TagValue is the value the tag must have to be serialized.
#
Interfaces
StructFielder
StructFielder handles discovery of serializable fields in a struct.
TypeCodec
No description provided by the author