MCPcopy Create free account
hub / github.com/apache/fory / Compatible

Method Compatible

go/fory/reader.go:102–104  ·  view source on GitHub ↗

Compatible returns whether schema evolution compatibility mode is enabled

()

Source from the content-addressed store, hash-verified

100
101// Compatible returns whether schema evolution compatibility mode is enabled
102func (c *ReadContext) Compatible() bool {
103 return c.compatible
104}
105
106// TypeResolver returns the type resolver
107func (c *ReadContext) TypeResolver() *TypeResolver {

Callers 9

BuildForyMethod · 0.45
WriteDataMethod · 0.45
ReadDataMethod · 0.45
skipFieldMethod · 0.45
ReadDataMethod · 0.45
initializeMethod · 0.45
initFieldsMethod · 0.45
initFieldsFromTypeDefMethod · 0.45
ForySerializerClass · 0.45

Calls

no outgoing calls

Tested by 1

BuildForyMethod · 0.36