MCPcopy Create free account
hub / github.com/apache/fory / ReadData

Method ReadData

csharp/src/Fory/TimeSerializers.cs:137–140  ·  view source on GitHub ↗
(ReadContext context)

Source from the content-addressed store, hash-verified

135 }
136
137 public override DateTime ReadData(ReadContext context)
138 {
139 return TimeCodec.ReadTimestamp(context).UtcDateTime;
140 }
141}
142
143public sealed class TimeSpanSerializer : Serializer<TimeSpan>

Callers

nothing calls this directly

Calls 1

ReadTimestampMethod · 0.80

Tested by

no test coverage detected