interface IRawString
Marker interface for types which provide a raw string functionality and should be treated accordingly in reporting (e.g., in IObjectFormatter).
data class RawString : IRawString
Use this class to represent a String which should be treated as raw String in reporting. |
|
data class TranslatableRawString : IRawString
Use this class to represent an ITranslatable which shall be translated and then be treated as raw String in reporting. |