StringPropertiesBuilder

Builder of the StringProperties instance provided by StringProperties { ... } factory function.

Properties

Link copied to clipboard

A KeyValueSeparator to be used for separating keys and values when encoding to a string. Default value is KeyValueSeparator.EQUALS.

Link copied to clipboard

A LineSeparator to be used for separating lines when encoding to a string. Default value is LineSeparator.LF.

Link copied to clipboard

A SerializersModule to be used for encoding and decoding. Default value is EmptySerializersModule.

Link copied to clipboard

A number of spaces to be inserted after the keyValueSeparator when encoding to a string. Default value is 0.

Link copied to clipboard

A number of spaces to be inserted before the keyValueSeparator when encoding to a string. Default value is 0.