تاریخ آخرین بهروزرسانی 2025-07-24 بهوقت ساعت هماهنگ جهانی.
[[["درک آسان","easyToUnderstand","thumb-up"],["مشکلم را برطرف کرد","solvedMyProblem","thumb-up"],["غیره","otherUp","thumb-up"]],[["اطلاعاتی که نیاز دارم وجود ندارد","missingTheInformationINeed","thumb-down"],["بیشازحد پیچیده/ مراحل بسیار زیاد","tooComplicatedTooManySteps","thumb-down"],["قدیمی","outOfDate","thumb-down"],["مشکل ترجمه","translationIssue","thumb-down"],["مشکل کد / نمونهها","samplesCodeIssue","thumb-down"],["غیره","otherDown","thumb-down"]],["تاریخ آخرین بهروزرسانی 2025-07-24 بهوقت ساعت هماهنگ جهانی."],[[["`serialize()` returns a serialized (string) representation of a ComputedObject (like `ee.String`)."],["It accepts an optional `legacy` argument (boolean) to enable legacy formatting."],["The primary use case is to obtain the serialized string of a ComputedObject, typically an `ee.String`."]]],["The `serialize` method returns a string representation of a `ComputedObject`. It is called on a `ComputedObject` instance. The method accepts an optional boolean argument, `legacy`, to enable a legacy format. The JavaScript usage `String.serialize(legacy)` returns a string. In Python examples, `ee.String('earth').serialize()` demonstrates how to serialize the string 'earth', using both a standard import and in the Colab environment.\n"]]