package
0.0.0-20240408074414-9af1075bb9d3
Repository: https://github.com/zhouhaoling/go-learn.git
Documentation: pkg.go.dev

# Functions

Marshal 序列化的方法 传入的结构体 ——> []byte 基本思路:反射解析出传入的数据,转字节切片.
MarshalFile 序列化数据到指定的文件.
反序列化 []byte ---- > 结构体.
文件读取数据,做反序列化.

# Structs

总的.
No description provided by the author
No description provided by the author