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

Method ReadData

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

Source from the content-addressed store, hash-verified

117 }
118
119 public override DateTimeOffset ReadData(ReadContext context)
120 {
121 return TimeCodec.ReadTimestamp(context);
122 }
123}
124
125public sealed class DateTimeSerializer : Serializer<DateTime>

Callers

nothing calls this directly

Calls 1

ReadTimestampMethod · 0.80

Tested by

no test coverage detected