Skip to content

google/j2cl-protobuf

J2CL Protobuf · Build Status

This repository contains J2CL compatible implementation of Protocol Buffers.

J2CL protobuf implementation emulates and closely follows most of the official Java APIs to help share your Java code in different platforms. The implementation is also well optimized for Web. It doesn't use reflection and provides seamless communication between Java and JavaScript by sharing the same underlying protobuf object instances.

Contributing

Read how to contribute to J2CL Protobuf.

Licensing

Please refer to the license file.

Disclaimers

J2CL Protobuf is not an official Google product and is currently in 'alpha' release for developer preview.