Documentation ¶
Overview ¶
Package serialize ...
Description : 文件读写相关工具
Author : go_developer@163.com<白茶清欢>
Date : 2021-04-26 6:00 下午
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 : 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 ¶
View Source
var (
// File ...
File *file
)
View Source
var (
// JSON ...
JSON *ownJSON
)
View Source
var (
Xml = &ownXml{}
)
View Source
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
Click to show internal directories.
Click to hide internal directories.