Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
AnyValueIsRefType
Method · 0.45
WriteAnyTypeInfo
Method · 0.45
WriteAnyPayload
Method · 0.45
WriteTypedCaseValue
Method · 0.45
ReadTypedCaseValue
Method · 0.45
LateHolderTypeMetaBytes
Method · 0.45
ExactAnyTypeMetaIsFree
Method · 0.45
ExactNonStructTypeMetaBypassesLimit
Method · 0.45
Calls
2
Read
Method · 0.65
Write
Method · 0.65
Tested by
3
LateHolderTypeMetaBytes
Method · 0.36
ExactAnyTypeMetaIsFree
Method · 0.36
ExactNonStructTypeMetaBypassesLimit
Method · 0.36