[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The `FieldMaskedSerializer` class is a JSON serializer designed for messages that utilize a field mask to determine which fields should be serialized."],["It implements the `JsonSerializer` interface for `ApiMessage`, offering customized serialization logic."],["The class features a constructor `FieldMaskedSerializer(List\u003cString\u003e fieldMask)` that allows setting a list of strings that define the `fieldMask`."],["The `serialize` method within this class handles the serialization process, taking an `ApiMessage`, `Type`, and `JsonSerializationContext` as parameters and returns a `JsonElement`."],["The page contains a comprehensive list of available versions, ranging from 2.63.1 (latest) to 2.7.1, each linking to their respective documentation."]]],[]]