This class is used internally by the Protocol Buffer Library and generated
message implementations. It is public only for the sake of those generated
messages. Others should not use this class directly.
This class contains constants and helper functions useful for dealing with
the Protocol Buffer wire format.
[[["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 2025-08-07 UTC."],[[["The `WireFormat` class is intended for internal use by the Protocol Buffer Library and generated message implementations, not for direct use by others."],["It provides constants and helper functions for working with the Protocol Buffer wire format."],["The class inherits from the `object` class and its inherited members include methods such as `Equals`, `GetHashCode`, and `GetType`."],["The `WireFormat` class contains methods like `GetTagFieldNumber`, `GetTagWireType`, and `MakeTag` for managing tag values, field numbers, and wire types."]]],[]]