[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2023-10-06 UTC."],[[["The `serialize()` method returns a serialized (string) representation of a MultiPolygon Geometry object."],["You can optionally enable a legacy format when serializing using the `legacy` argument."],["This method is available in both JavaScript and Python (using the Earth Engine API)."],["Examples demonstrate how to use `serialize()` with a defined MultiPolygon and display it on a map."]]],["The `serialize()` method returns a string representation of a Geometry object, specifically a MultiPolygon in the examples. The method takes an optional boolean `legacy` argument to enable an older format. It is applied to a `MultiPolygon` instance, such as `multipolygon.serialize()`, in Javascript and Python. The output is displayed in a console or printed. The examples also define the MultiPolygon object with coordinates and display it on a map.\n"]]