Package com.google.protobuf
Class ProtobufKernel
- java.lang.Object
-
- com.google.protobuf.ProtobufKernel
-
public class ProtobufKernel extends java.lang.ObjectProvides a utility method to initialize Protobuf library when it is embedded in a Kernel and its APIs are exposed to Features.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidinitialize()When the Protobuf library is exposed as Kernel API, this method should be called before a Feature calls one of the Protobuf APIs.
-