(ReadContext context)
| 152 | } |
| 153 | |
| 154 | public override TimeSpan ReadData(ReadContext context) |
| 155 | { |
| 156 | return TimeCodec.ReadDuration(context); |
| 157 | } |
| 158 | } |
| 159 | |
| 160 | internal sealed class ListDateOnlySerializer : Serializer<List<DateOnly>> |
nothing calls this directly
no test coverage detected