(ctx *ReadContext, refMode RefMode, typeInfo *TypeInfo, value reflect.Value)
| 2864 | } |
| 2865 | |
| 2866 | func (s *skipStructSerializer) ReadWithTypeInfo(ctx *ReadContext, refMode RefMode, typeInfo *TypeInfo, value reflect.Value) { |
| 2867 | // typeInfo is already read, don't read it again - just skip data |
| 2868 | s.Read(ctx, refMode, false, false, value) |
| 2869 | } |