[[["易于理解","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"]],["最后更新时间 (UTC):2025-08-06。"],[[["The `serialize()` method returns a serialized (string) representation of a Geometry object, like a Point."],["An optional `legacy` Boolean argument can be passed to enable legacy formatting."],["Examples demonstrate the usage of `serialize()` in both JavaScript and Python within the Google Earth Engine context."],["The examples also show how to create and display a Point on a map using the respective APIs."]]],["The `serialize()` method, applicable to a Geometry instance, returns a string representation of the object. It accepts an optional boolean argument, `legacy`, to enable an older format. In JavaScript and Python examples, a Point object is defined, and `serialize()` is applied to it. The resulting serialized string is then printed. The Point geometry is displayed on a map using `Map.addLayer` (JavaScript) or `m.add_layer` (Python).\n"]]