Companion

object Companion

Functions

decode
Link copied to clipboard
fun decode(data: Any?): DocumentSortByEnum?
Returns a valid DocumentSortByEnum for data, null otherwise.
encode
Link copied to clipboard
fun encode(data: Any?): String?
Converts the provided data to a String on success, null otherwise.