Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/fory
/ ReadData
Method
ReadData
csharp/src/Fory/PrimitiveSerializers.cs:72–75 ·
view source on GitHub ↗
(ReadContext context)
Source
from the content-addressed store, hash-verified
70
}
71
72
public override short ReadData(ReadContext context)
73
{
74
return context.Reader.ReadInt16();
75
}
76
}
77
78
public sealed class Int32Serializer : Serializer<int>
Callers
nothing calls this directly
Calls
1
ReadInt16
Method · 0.45
Tested by
no test coverage detected