Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/fory
/ ResetFor
Method
ResetFor
csharp/src/Fory/ReadContext.cs:73–77 ·
view source on GitHub ↗
(ByteReader reader)
Source
from the content-addressed store, hash-verified
71
internal RefReader RefReader { get; }
72
73
internal void ResetFor(ByteReader reader)
74
{
75
Reader = reader;
76
Reset();
77
}
78
79
internal TypeMeta? GetTypeMetaRef(int index)
80
{
Callers
4
Serialize
Method · 0.45
DeserializeFromReader
Method · 0.45
ReadAndStoreTypeMeta
Method · 0.45
ReadAnyTypeInfo
Method · 0.45
Calls
no outgoing calls
Tested by
2
ReadAndStoreTypeMeta
Method · 0.36
ReadAnyTypeInfo
Method · 0.36