[[["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 2022-09-30 UTC."],[[["This webpage provides documentation for the `Encoder` class, which is designed to encode protocol buffers in a sortable format."],["The `Encoder` class inherits from `expected_type` and includes methods for handling various data types, like `Put16`, `Put32`, `Put64`, `PutBoolean`, `PutBytes`, `PutDouble`, `PutFloat`, and `PutMessage`."],["The class includes functions like `PutVarInt32`, `PutVarInt64`, and `PutVarUint64` for encoding `varint` values of different bit sizes."],["`EncodeMessage` is a class method that encodes a message."],["The function `PutPrefixedString` is used for encoding strings with a length prefix."]]],[]]