WriteData serializes using reflect.Value. Does NOT write ref/type info - caller handles that. Errors are set on the context via ctx.SetError().
(ctx *WriteContext, value reflect.Value)
| 54 | // Does NOT write ref/type info - caller handles that. |
| 55 | // Errors are set on the context via ctx.SetError(). |
| 56 | WriteData(ctx *WriteContext, value reflect.Value) |
| 57 | |
| 58 | // Read is the entry point for deserialization. |
| 59 | // |
no outgoing calls