Serializable
@Serializable
@SerialName(value = "serializable")
A JavaScript value serialized with JSON.stringify.
value is the JSON representation of the JavaScript value.
Properties
Functions
Link copied to clipboard
Returns this value as a JavaScript boolean primitive, or null when it is not one.
Link copied to clipboard
Returns this value as a JavaScript number primitive, or null when it is not one.
Link copied to clipboard
Returns this value as a JavaScript string primitive, or null when it is not one.