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
I need to serialize a class that contains a bitmap, and some custom classes with properties
