MCPcopy 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
108public sealed class DateTimeOffsetSerializer : Serializer<DateTimeOffset>

Callers

nothing calls this directly

Calls 1

ReadDateMethod · 0.80

Tested by

no test coverage detected