(ReadContext context)
| 104 | } |
| 105 | |
| 106 | public override long ReadData(ReadContext context) |
| 107 | { |
| 108 | return context.Reader.ReadVarInt64(); |
| 109 | } |
| 110 | } |
| 111 | |
| 112 | public sealed class UInt8Serializer : Serializer<byte> |
nothing calls this directly
no test coverage detected