[[["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 page details various versions of the `FieldMaskedSerializer` class, ranging from version 2.7.1 up to the latest version 2.63.1."],["`FieldMaskedSerializer` is a JSON serializer designed for messages that utilize a field mask, allowing for the selective serialization of specific fields."],["It implements the `JsonSerializer` interface, and is capable of serializing `ApiMessage` objects in Java."],["The `FieldMaskedSerializer` constructor takes a List of Strings, named `fieldMask`, which is used for what fields to serialize."],["The `serialize` method, which returns a `JsonElement`, is used to perform the serialization of a requestBody `ApiMessage` object."]]],[]]