C#C
C#4y ago
8 replies
vi22

I need to serialize a bunch of non-primitive types. How would I do this?

I'm using JsonSerializer.serializeToUtf8Bytes
I need to serialize a class that contains a bitmap, and some custom classes with properties
Was this page helpful?