Sea.string.objectToString
Talk0
98,452pages on
this wiki
this wiki
This article is a part of the documentation of the Sea function library
-- -- objectToString( value, [name] ) -- -- Converts a value to a serialized string. -- Cannot serialize functions. -- -- returns: -- A string which represents the object, -- minus functions. -- --