subkt / myaa.subkt.ass / serializeAss
fun serializeAss(v:
Any
):
String
(source)
Serializes the given value as a string in ASS format.
Supports String, Int, Double, Boolean, Color and Duration.
v
- The value to serialize.
IllegalArgumentException
- If the type of the input is unsupported.