[[["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-04-02 UTC."],[[["This webpage provides documentation for the `FieldMaskedSerializer` class, a JSON serializer specifically designed for messages that use a field mask to control which fields are included in the serialization process."],["The `FieldMaskedSerializer` class is part of the `com.google.api.gax.httpjson` package and implements the `JsonSerializer` interface from the `com.google.gson` library for `ApiMessage` objects."],["The `FieldMaskedSerializer` constructor takes a `List\u003cString\u003e` named `fieldMask` as a parameter, which determines the fields to be serialized."],["The `serialize` method within `FieldMaskedSerializer` takes an `ApiMessage` as a parameter called `requestBody`, a `Type` named `typeOfSrc` and a `JsonSerializationContext` named `context`, and it returns a `JsonElement` object."],["The webpage also contains documentation that showcases a wide range of versions, from version 2.63.1 down to 2.7.1, providing access to the relevant documentation for `FieldMaskedSerializer` throughout these different versions."]]],[]]