void Write(Utf8JsonWriter writer, TMtxVecBase value, JsonSerializerOptions options)
Serializes a TMtxVecBase by writing its binary representation as a Base64-encoded byte[].
| # | Name | Type | Description |
|---|---|---|---|
| 1 | writer | Utf8JsonWriter | |
| 2 | value | TMtxVecBase | source TVec, TMtx, TVecInt or TMtxInt |
| 3 | options | JsonSerializerOptions |
Result: stored in self (calling object)