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

Method GetTypeInfo

csharp/src/Fory/TypeResolver.cs:149–152  ·  view source on GitHub ↗
(Type type)

Source from the content-addressed store, hash-verified

147 }
148
149 public TypeInfo GetTypeInfo(Type type)
150 {
151 return GetOrCreateTypeInfo(type, null);
152 }
153
154 public TypeInfo GetTypeInfo<T>()
155 {

Callers 8

AnyValueIsRefTypeMethod · 0.45
WriteAnyTypeInfoMethod · 0.45
WriteAnyPayloadMethod · 0.45
WriteTypedCaseValueMethod · 0.45
ReadTypedCaseValueMethod · 0.45

Calls 2

ReadMethod · 0.65
WriteMethod · 0.65