(ReadContext context)
| 135 | } |
| 136 | |
| 137 | public override DateTime ReadData(ReadContext context) |
| 138 | { |
| 139 | return TimeCodec.ReadTimestamp(context).UtcDateTime; |
| 140 | } |
| 141 | } |
| 142 | |
| 143 | public sealed class TimeSpanSerializer : Serializer<TimeSpan> |
nothing calls this directly
no test coverage detected