MCPcopy
hub / github.com/fish2018/pansou / JSONSerializer

Struct JSONSerializer

util/cache/serializer.go:84–86  ·  view source on GitHub ↗

JSONSerializer 使用JSON进行序列化/反序列化 为了保持向后兼容性

Source from the content-addressed store, hash-verified

82// JSONSerializer 使用JSON进行序列化/反序列化
83// 为了保持向后兼容性
84type JSONSerializer struct {
85 bufferPool *sync.Pool
86}
87
88// NewJSONSerializer 创建新的JSON序列化器
89func NewJSONSerializer() *JSONSerializer {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected