Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/fory
/ Deserialize
Method
Deserialize
benchmarks/csharp/BenchmarkSerializers.cs:61–64 ·
view source on GitHub ↗
(byte[] payload)
Source
from the content-addressed store, hash-verified
59
}
60
61
public object? Deserialize(byte[] payload)
62
{
63
return _reader.Deserialize<TRead>(payload);
64
}
65
}
66
67
internal static class BenchmarkTypeRegistry
Callers
7
BenchmarkFory_NumericStruct_Deserialize
Function · 0.45
BenchmarkFory_NumericStructList_Deserialize
Function · 0.45
BenchmarkFory_Sample_Deserialize
Function · 0.45
BenchmarkFory_SampleList_Deserialize
Function · 0.45
BenchmarkFory_MediaContent_Deserialize
Function · 0.45
BenchmarkFory_MediaContentList_Deserialize
Function · 0.45
AddCases
Method · 0.45
Calls
no outgoing calls
Tested by
6
BenchmarkFory_NumericStruct_Deserialize
Function · 0.36
BenchmarkFory_NumericStructList_Deserialize
Function · 0.36
BenchmarkFory_Sample_Deserialize
Function · 0.36
BenchmarkFory_SampleList_Deserialize
Function · 0.36
BenchmarkFory_MediaContent_Deserialize
Function · 0.36
BenchmarkFory_MediaContentList_Deserialize
Function · 0.36