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

Method ReadAnyTypeInfo

csharp/src/Fory/AnySerializer.cs:125–129  ·  view source on GitHub ↗
(ReadContext context)

Source from the content-addressed store, hash-verified

123 }
124
125 private static void ReadAnyTypeInfo(ReadContext context)
126 {
127 TypeInfo typeInfo = context.TypeResolver.ReadAnyTypeInfo(context);
128 context.SetReadTypeInfo(typeof(object), typeInfo);
129 }
130
131 private object? ReadNonNullDynamicAny(ReadContext context, bool readTypeInfo)
132 {

Callers

nothing calls this directly

Calls 1

SetReadTypeInfoMethod · 0.80

Tested by

no test coverage detected