This repository was archived by the owner on Mar 7, 2025. It is now read-only.
- Notifications
You must be signed in to change notification settings - Fork10
Protocol Buffers implementation for J2CL
License
NotificationsYou must be signed in to change notification settings
google/j2cl-protobuf
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Important
As of March 2025 this project has been archived and will not be receivingfurther updates.
This repository containsJ2CL compatible implementation ofProtocol Buffers.
J2CL protobuf implementation emulates and closely follows most of the officialJava APIs to help share your Java code in different platforms.The implementation is also well optimized for Web. It doesn't use reflection andprovides seamless communication between Java and JavaScript by sharing the sameunderlying protobuf object instances.
Read how tocontribute to J2CL Protobuf.
Please refer tothe license file.
J2CL Protobuf is not an official Google product and is currently in 'alpha'release for developer preview.