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

Method ReadData

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

Source from the content-addressed store, hash-verified

152 }
153
154 public override TimeSpan ReadData(ReadContext context)
155 {
156 return TimeCodec.ReadDuration(context);
157 }
158}
159
160internal sealed class ListDateOnlySerializer : Serializer<List<DateOnly>>

Callers

nothing calls this directly

Calls 1

ReadDurationMethod · 0.80

Tested by

no test coverage detected