Separators
object Separators
To make the serialization format more concise, readable and easy to parse we just escape all data using URL encode and use different separators on each level of nested objects. Splitting the string at the separators is all we need to parse the data.
Each of the separators should be unique and not appear in the output of SerializationUtil.escape (URL encode)