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

Method ReadObject

csharp/src/Fory/TypeInfo.cs:538–541  ·  view source on GitHub ↗
(ReadContext context, RefMode refMode, bool readTypeInfo)

Source from the content-addressed store, hash-verified

536 }
537
538 internal object? ReadObject(ReadContext context, RefMode refMode, bool readTypeInfo)
539 {
540 return _readObject(context, refMode, readTypeInfo);
541 }
542
543 internal IReadOnlyList<TypeMetaFieldInfo> TypeMetaFields(bool trackRef)
544 {

Callers 1

ReadTypedCaseValueMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected