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

Method ReadTypeInfo

csharp/src/Fory/TypeResolver.cs:227–230  ·  view source on GitHub ↗
(TypeInfo typeInfo, ReadContext context)

Source from the content-addressed store, hash-verified

225 }
226
227 internal void ReadTypeInfo(TypeInfo typeInfo, ReadContext context)
228 {
229 ReadTypeInfoCore(typeInfo.Type, typeInfo, context);
230 }
231
232 internal IReadOnlyList<TypeMetaFieldInfo> TypeMetaFields(TypeInfo typeInfo, bool trackRef)
233 {

Callers 4

ReadCollectionDataMethod · 0.45
ReadMethod · 0.45
ReadDataMethod · 0.45
ReadDataMethod · 0.45

Calls 1

SetReadTypeInfoMethod · 0.80

Tested by

no test coverage detected