MCPcopy Index your code
hub / github.com/labstack/echo / Serialize

Method Serialize

echo.go:118–118  ·  view source on GitHub ↗
(c *Context, target any, indent string)

Source from the content-addressed store, hash-verified

116// JSONSerializer is the interface that encodes and decodes JSON to and from interfaces.
117type JSONSerializer interface {
118 Serialize(c *Context, target any, indent string) error
119 Deserialize(c *Context, target any) error
120}
121

Callers 4

SerializeMethod · 0.65
jsonPBlobMethod · 0.65
jsonMethod · 0.65

Implementers 2

nestedJSONSerializerdispatch_pool_test.go

Calls

no outgoing calls

Tested by 2

SerializeMethod · 0.52