(ReadContext context)
| 155 | } |
| 156 | |
| 157 | public override uint ReadData(ReadContext context) |
| 158 | { |
| 159 | return context.Reader.ReadVarUInt32(); |
| 160 | } |
| 161 | } |
| 162 | |
| 163 | public sealed class UInt64Serializer : Serializer<ulong> |
nothing calls this directly
no test coverage detected