SerializeOptions
Fields of this type
Fields
- whitespace:bool
- If false, whitespace is omitted.
- emit_codepoint_literals:Serializer.EmitCodepointLiterals
- Determines when to emit Unicode code point literals as opposed to integer literals.
- emit_strings_as_containers:bool
- If true, slices of `u8`s, and pointers to arrays of `u8` are serialized as containers.
- emit_default_optional_fields:bool
- If false, struct fields are not written if they are equal to their default value.