[[["Łatwo zrozumieć","easyToUnderstand","thumb-up"],["Rozwiązało to mój problem","solvedMyProblem","thumb-up"],["Inne","otherUp","thumb-up"]],[["Brak potrzebnych mi informacji","missingTheInformationINeed","thumb-down"],["Zbyt skomplikowane / zbyt wiele czynności do wykonania","tooComplicatedTooManySteps","thumb-down"],["Nieaktualne treści","outOfDate","thumb-down"],["Problem z tłumaczeniem","translationIssue","thumb-down"],["Problem z przykładami/kodem","samplesCodeIssue","thumb-down"],["Inne","otherDown","thumb-down"]],["Ostatnia aktualizacja: 2025-07-26 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"]]