MCPcopy
hub / github.com/pquerna/ffjson / MarshalerFaster

Interface MarshalerFaster

inception/reflect.go:114–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112}
113
114type MarshalerFaster interface {
115 MarshalJSONBuf(buf fflib.EncodingBuffer) error
116}
117
118type UnmarshalFaster interface {
119 UnmarshalJSONFFLexer(l *fflib.FFLexer, state fflib.FFParseState) error

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…