Companion

object Companion

Functions

decode
Link copied to clipboard
fun decode(data: Any?): DocumentOrderByEnum?
Returns a valid DocumentOrderByEnum 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.