Class MapEntryLite<K,​V>


  • public class MapEntryLite<K,​V>
    extends Object
    Implements the lite version of map entry messages.

    This class serves as an utility class to help do serialization/parsing of map entries. It's used in generated code and also in the full version MapEntry message.

    Protobuf internal. Users shouldn't use.