Thông báo: Tất cả dự án phi thương mại đã đăng ký sử dụng Earth Engine trước ngày 15 tháng 4 năm 2025 phải xác minh điều kiện sử dụng phi thương mại để duy trì quyền truy cập vào Earth Engine.
[[["Dễ hiểu","easyToUnderstand","thumb-up"],["Giúp tôi giải quyết được vấn đề","solvedMyProblem","thumb-up"],["Khác","otherUp","thumb-up"]],[["Thiếu thông tin tôi cần","missingTheInformationINeed","thumb-down"],["Quá phức tạp/quá nhiều bước","tooComplicatedTooManySteps","thumb-down"],["Đã lỗi thời","outOfDate","thumb-down"],["Vấn đề về bản dịch","translationIssue","thumb-down"],["Vấn đề về mẫu/mã","samplesCodeIssue","thumb-down"],["Khác","otherDown","thumb-down"]],["Cập nhật lần gần đây nhất: 2025-07-26 UTC."],[[["`serialize()` returns a serialized (string) representation of a given ComputedObject (like a dictionary)."],["This method accepts an optional boolean argument `legacy` to enable legacy formatting."],["The primary use case is to obtain a string representation of a dictionary-like object for further processing or display."]]],["The `serialize()` method, applicable to a `ComputedObject` instance, returns a string representation of the object. For a `Dictionary`, `serialize()` converts the dictionary into a string. It accepts an optional boolean argument `legacy` to enable legacy format. The examples demonstrate serializing a dictionary object using both JavaScript and Python, printing the string representation of the dictionary.\n"]]