Options for Serializer.
whitespace: bool = trueIf false, only syntactically necessary whitespace is emitted.
pub const SerializerOptions = struct {
/// If false, only syntactically necessary whitespace is emitted.
whitespace: bool = true,
}