CreateEncoder() — gin Function Reference
Architecture documentation for the CreateEncoder() function in json_test.go from the gin codebase.
Entity Profile
Dependency Diagram
graph TD 1611292a_af2f_740b_8402_9c1ea429cd9c["CreateEncoder()"] 2e51cead_8f3c_0138_7c76_b7c283023b45["CreateEncoder()"] 2e51cead_8f3c_0138_7c76_b7c283023b45 -->|calls| 1611292a_af2f_740b_8402_9c1ea429cd9c 2e51cead_8f3c_0138_7c76_b7c283023b45["CreateEncoder()"] 1611292a_af2f_740b_8402_9c1ea429cd9c -->|calls| 2e51cead_8f3c_0138_7c76_b7c283023b45 style 1611292a_af2f_740b_8402_9c1ea429cd9c fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
binding/json_test.go lines 180–185
func (tpe *TimePointerEx) CreateEncoder(typ reflect2.Type) jsoniter.ValEncoder {
if typ == timePointerType {
return defaultTimePointerCodec
}
return nil
}
Domain
Subdomains
Calls
Called By
Source
Frequently Asked Questions
What does CreateEncoder() do?
CreateEncoder() is a function in the gin codebase.
What does CreateEncoder() call?
CreateEncoder() calls 1 function(s): CreateEncoder.
What calls CreateEncoder()?
CreateEncoder() is called by 1 function(s): CreateEncoder.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free