MtxVecJsonSerializer.Write Method

void Write(Utf8JsonWriter writer, TMtxVecBase value, JsonSerializerOptions options)

Serializes a TMtxVecBase by writing its binary representation as a Base64-encoded byte[].

#NameTypeDescription
1writerUtf8JsonWriter
2valueTMtxVecBasesource TVec, TMtx, TVecInt or TMtxInt
3optionsJsonSerializerOptions

Result: stored in self (calling object)