This probably has been answered before, but the se...
# serialization
h
This probably has been answered before, but the search box in slack didn't yield: is there a kotlinx.serialization equivalent to Jackson's
@JsonInclude(Include.NON_NULL)
(i.e. «when serializing, skip null objects»)?