ReadWithTypeInfo deserializes with pre-read type information. This method is used when type information has already been read from the buffer and needs to be passed to the deserialization logic. This is common in polymorphic deserialization scenarios where the runtime type differs from the static t
(ctx *ReadContext, refMode RefMode, typeInfo *TypeInfo, value reflect.Value)
| 105 | // buffer position errors. |
| 106 | // Errors are set on the context via ctx.SetError(). |
| 107 | ReadWithTypeInfo(ctx *ReadContext, refMode RefMode, typeInfo *TypeInfo, value reflect.Value) |
| 108 | } |
| 109 | |
| 110 | // ExtensionSerializer is a simplified interface for user-implemented extension serializers. |
no outgoing calls
no test coverage detected