Documentation
¶
Index ¶
- Variables
- func AddExtCoder(e ext.Encoder, d ext.Decoder)
- func Decode(data []byte, v interface{}) error
- func DecodeStructAsArray(data []byte, v interface{}) error
- func DecodeStructAsMap(data []byte, v interface{}) error
- func Encode(v interface{}) ([]byte, error)
- func EncodeStructAsArray(v interface{}) ([]byte, error)
- func EncodeStructAsMap(v interface{}) ([]byte, error)
- func RemoveExtCoder(e ext.Encoder, d ext.Decoder)
Constants ¶
This section is empty.
Variables ¶
View Source
var StructAsArray = false
Functions ¶
func DecodeStructAsArray ¶
func DecodeStructAsMap ¶
func EncodeStructAsArray ¶
func EncodeStructAsMap ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.