Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/fory
/ ReadData
Method
ReadData
csharp/src/Fory/TimeSerializers.cs:102–105 ·
view source on GitHub ↗
(ReadContext context)
Source
from the content-addressed store, hash-verified
100
}
101
102
public override DateOnly ReadData(ReadContext context)
103
{
104
return TimeCodec.ReadDate(context);
105
}
106
}
107
108
public sealed class DateTimeOffsetSerializer : Serializer<DateTimeOffset>
Callers
nothing calls this directly
Calls
1
ReadDate
Method · 0.80
Tested by
no test coverage detected