Gaming
 

Sea.string.objectToString

From WoWWiki

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. 
	-- 	
	--