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

Method Deserialize

dispatch_pool_test.go:66–68  ·  view source on GitHub ↗
(c *Context, i any)

Source from the content-addressed store, hash-verified

64}
65
66func (nestedJSONSerializer) Deserialize(c *Context, i any) error {
67 return (DefaultJSONSerializer{}).Deserialize(c, i)
68}
69
70// TestGlobalMiddlewareRunsOnNotFoundAndMethodNotAllowed pins the dispatch contract: global (Use) and
71// pre (Pre) middleware must execute even when the router returns 404 / 405 / OPTIONS handlers.

Callers

nothing calls this directly

Calls 1

DeserializeMethod · 0.65

Tested by

no test coverage detected