value_serialize
function value_serialize(value:GObject.Value):String {
// Gjs wrapper for gst_value_serialize()
}tries to transform the given value into a string representation that allows getting back this string later on using value_deserialize.
Free-function: g_free
- value
a GObject.Value to serialize
- Returns
the serialization for value or NULL if none exists