Registry / serialization / protobuf-javalite

protobuf-javalite

JSON →
library4.35.0javamavenunverified

Lite version of Protocol Buffers library optimized for mobile client use with smaller code size.

<dependency> <groupId>com.google.protobuf</groupId> <artifactId>protobuf-javalite</artifactId> <version>4.35.0</version> </dependency>
INSTALL
IMPORT
SIG · PROTOBUF-JAVALITE
P
protobuf-javalite
serializationjavav4.35.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

MessageLite
com.google.protobuf.MessageLite

Demonstrates importing the MessageLite interface from protobuf-javalite.

import com.google.protobuf.MessageLite; public class Example { public static void main(String[] args) { System.out.println(MessageLite.class.getName()); } }
Debug
Known issues
gotchaAPI/ABI stability is not guaranteed; may change between versions.
fix
Pin to a specific version and test thoroughly when upgrading.
affects: *
Upgrade
Version history
4.35.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
protobuf-javalite — mvn dependency:get protobuf-javalite · libregistry