Documentation
¶
Overview ¶
Package serialize ...
Description : 文件读写相关工具
Author : go_developer@163.com<白茶清欢>
Date : 2021-04-26 6:00 下午
Package serialize ...
Description : serialize ...
Author : go_developer@163.com<白茶清欢>
Date : 2025-04-28 11:32
Package serialize ...
Description : json 工具函数
Author : go_developer@163.com<白茶清欢>
Date : 2021-09-14 8:38 下午
Package serialize ...
Description : serialize ...
Author : go_developer@163.com<白茶清欢>
Date : 2025-04-28 10:57
Package serialize ...
Description : serialize ...
Author : go_developer@163.com<白茶清欢>
Date : 2025-04-28 11:58
Package serialize ...
Description : serialize ...
Author : go_developer@163.com<白茶清欢>
Date : 2024-10-23 17:51
Package serialize ...
Description : serialize ...
Author : go_developer@163.com<白茶清欢>
Date : 2024-10-23 17:06
Index ¶
Constants ¶
This section is empty.
Variables ¶
var (
// File ...
File *file
)
var (
Ini = &ownIni{}
)
var (
// JSON ...
JSON *ownJSON
)
var (
Toml = &ownToml{}
)
var ( Wrapper = &wrapper{ serializableTable: map[string]abstract.Serializable{ "xml": Xml, "yml": Yml, "yaml": Yml, "toml": Toml, "ini": Ini, "json": JSON, }, l: &sync.RWMutex{}, } )
var (
Xml = &ownXml{}
)
var (
Yml = &ownYml{}
)
Functions ¶
This section is empty.
Types ¶
type XmlStringMap ¶
func (*XmlStringMap) MarshalXML ¶
func (m *XmlStringMap) MarshalXML(e *xml.Encoder, start xml.StartElement) error
func (*XmlStringMap) UnmarshalXML ¶
func (m *XmlStringMap) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error