MCPcopy
hub / github.com/labstack/echo / Deserialize

Method Deserialize

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

Source from the content-addressed store, hash-verified

117type JSONSerializer interface {
118 Serialize(c *Context, target any, indent string) error
119 Deserialize(c *Context, target any) error
120}
121
122// HTTPErrorHandler is a centralized HTTP error handler.

Callers 3

DeserializeMethod · 0.65
BindBodyFunction · 0.65

Implementers 2

nestedJSONSerializerdispatch_pool_test.go

Calls

no outgoing calls

Tested by 2

DeserializeMethod · 0.52